Beginners - October 2017 (Page 27)

getline
 
Hello guys, im trying to figure out whats wrong with this code, I am also not sure in how to use the...
[3 replies] Last: What you need to do is include the header file <string> then use std... (by Chervil)
by soby96
more efficient way
 
This program is running but I am looking for a more efficient way to run this program. You can see...
[2 replies] Last: Hello soby96, On line 8 you define "x" and "y", but do not initialize... (by Handy Andy)
by of123
Finding average and dropping lowest test score
 
Hi, I'm new to programming and having a hard time with a class assignment. Please help me get in the...
[5 replies] Last: Hello of123, You are welcome. Glad to help. Been there done that. An... (by Handy Andy)
don't need an object or class to call function?
 
Hi guys sorry If the wording isn't good in the question I can't think of a better choice,anyway comi...
[2 replies] Last: To repeat AbsAnon's words, and really flog the dead horse, in Java all... (by Repeater)
Why is my file getting sorted weird
 
Hello guys , so I im working on this program were I have read two files (one file is a dictionary th...
[2 replies] Last: In your sorting function you need to be case-sensitive. Example: ... (by Thomas1965)
Unions
 
Hi guys I am kind of confused I was reading the SDL API documentation on events can read it here...
[18 replies] Last: thanks guys =) (by adam2016)
by glof2
Double "If", "Else"
 
How to do double "if" and "else" ? When i do everything correctly or i type wrong "haslo" it doesn'...
[2 replies] Last: Yeah, thanks. :D It was easier than i thought, sorry for taking your t... (by glof2)
Why am I only getting around half the content of my file printed and not all of it?
 
So I need to read words from a file and sort them. I managed to do that but when I print them to see...
[3 replies] Last: Thanks for the tips chervil (by closed account EAk1vCM9)
Array of strings and doubles from a data file
 
I've been trying to solve this problem for 8+ hrs so far and can't even get the code to fill the arr...
[6 replies] Last: Hello billycca, OK I understand. Any time you want to work on this o... (by Handy Andy)
by Bopaki
This program runs for a few seconds and then bombs out
 
It runs okay but bombs out with this message: Example10-1.exe has stopped working A problem caus...
[2 replies] Last: (Was too quick) When does the program crash? You do have some print... (by keskiverto)
Turn-based Strategy Game - Help
 
I am trying to create a turn-based strategy game that puts a player-controlled creature against a si...
[2 replies] Last: Might also be worth mentioning. Whenever you add sth. to your app sav... (by Thomas1965)
error trying to get data member field
 
Hi guys this question is asked after I did some research on Unions I followed tutorials but for some...
[4 replies] Last: > you cannot initialize members of a union The first non-static data ... (by JLBorges)
Noob problem...
 
I'm new in C++ language programing and I thought to start to make some simple projects. I saw on int...
[3 replies] Last: I'll tie a string around my finger to ensure it doesn't happen again. (by closed account 48T7M4Gy)
Test average
 
I have had trouble with loops and don't know what to fill in // This program calculates an a...
[4 replies] Last: int testScore ; That one has an issue: the code/memory allocation ... (by keskiverto)
by Bopaki
The queue does not output the elements in the queue
 
It only outputs: Queue contains: #ifndef H_LinkedListType #define H_LinkedListType #i...
[4 replies] Last: Thank you so much Enoizat. It was all about copyQueue . I completely ... (by Bopaki)
Console not displaying certain characters
 
Hi everyone, could use some help here. I am writing a program pulling data from a .txt file; the ...
[5 replies] Last: The console is displaying ΓÇ¥ The character ” is RIGHT DOUBLE Q... (by Cubbi)
Acces other class array elements
 
Hey! I'm making a chunk system like minecraft ones, and I need to gather element from it's neighbor ...
[1 reply] : I'm pretty sure minecraft works with voxels. (i.e 3d pixels) (by Golden Lizard)
cursor disappeared in folding code::block
 
i can not delete into folding code::block....i mean when i delete the code which is outside of foldi...
[no replies]
Function call error
 
Hello everyone, I'm having trouble with one of my functions. I'm receiving error messages that say t...
[2 replies] Last: Thanks ne555, that solved my problem. As for comparing boolean against... (by mattSucksAtCoding)
GUTTER CODE::BLOCK
 
how can i turn off gutter in code::block...i dont want to see any of them.
[1 reply] : done...hahaha...i do it by myselfe even though i do not know how to sp... (by phongvants123)
October 2017 Pages: 1... 2526272829... 33
  Archived months: [sep2017] [nov2017]

This is an archived page. To post a new message, go to the current page.