by wr0124
why this error ??
|
|
[2 replies] Last: Whats your code? (by Owain)
|
by johnny92
I/O Streams
|
|
[4 replies] Last: Problem solved! Thank you Cubbi. I don't know what a failbit set is. (by johnny92)
|
by janie29
do-while loop with string not working?
|
|
[3 replies] Last: No, it is not solved. My problem is that it is only entering the code ... (by janie29)
|
by TethArck
Undefined Reference Errors
|
|
[10 replies] Last: I'm a little annoyed with myself that I've wasted so much effort when ... (by TethArck)
|
by thumperslpss
Need to get last 2 characters from string
|
|
[3 replies] Last: Just figured it out when I saw your reply. Thank for you help. (by thumperslpss)
|
by mickeyliv
i am wondering about iostream..
|
|
[3 replies] Last: thanks guys I was just wondering, now I am going to go back and write ... (by mickeyliv)
|
by wr0124
Segmentation fault: 11 in C++ of STL
|
|
[3 replies] Last: Are you sure that i is always less than SpeciesAge.size()? if ( Speci... (by Peter87)
|
by santih87
Delete in middle of array
|
|
[3 replies] Last: No. Do not do this, it is undefined behavior. Always, always, ALWAYS ... (by Nexius)
|
by scu1casper
string to character??
|
|
[4 replies] Last: @CosminNTG - I tried that, but every time I entered an E or e to test ... (by scu1casper)
|
by xobonesox
Random number in a array?
|
|
[1 reply] : I don't know why you'd need an array if you are guessing one random nu... (by Texan40)
|
by CosminNTG
Class error: assignment of data member in read-only structure
|
|
[6 replies] Last: I fixed it up. I reinstalled the OS and it compiled succesfully. Thank... (by CosminNTG)
|
by DoubleGale
Splitting my code between multiple files.
|
|
[2 replies] Last: I'm guessing that you haven't called the function that assigns the val... (by Stewbond)
|
by ethan86
Read in a lot of character and space.. then convert alphabet to number and space to -
|
|
[5 replies] Last: when the user hits enter isValidChar() will return false. All you are... (by Texan40)
|
by scu1casper
isdigit ??
|
|
[2 replies] Last: Gotcha. Ok. With the for loop it actually works...i appreciate it. T... (by scu1casper)
|
by xobonesox
bubble sort array
|
|
[2 replies] Last: thanks i just changed int end = 10; to int end = 9; and it... (by xobonesox)
|
by watiss
type float number
|
|
[6 replies] Last: Does %g help? printf("Vous pesez %g kg.",poids); (by Peter87)
|
by kevinjame
Escape Sequence meaning
|
|
[5 replies] Last: Thank you, I appreciate all the help! (by kevinjame)
|
by Amethyst
Reversi Code Error
|
|
[1 reply] : You have to specify the size of array when you declare a variable, i.e... (by KRAkatau)
|
by febrimaru
print matrix in a file
|
|
[6 replies] Last: oh allright thank you very much. (by febrimaru)
|
by DJLad16
Simple question - what is a "char" variable used for.
|
|
[6 replies] Last: Now I fully understand it :D Thanks, Guys :D (by DJLad16)
|