by camscamm
C++ Help primary-expression before "int"
|
|
[3 replies] Last: This is a pretty simple fix. Up above, in your "prototype" you have yo... (by Baelix)
|
by TommehTGOD
Reading numbers in from file
|
|
[2 replies] Last: This is what a stringstream is for. Also, don't loop on EOF. #inc... (by Duthomhas)
|
by Invader2010
Error C2440
|
|
[5 replies] Last: thank you very much for your help, use strings instead. =] (by Invader2010)
|
by slicedpan
Compile Time Randomisation
|
|
[2 replies] Last: Why not have a file version in the file? That is I assume you are chan... (by closed account o1vk4iN6)
|
by cdf
segfault with dynamic allocation
|
|
[6 replies] Last: no, my main is really simple, for debugging all it does is call the co... (by cdf)
|
by Invader2010
void issues with ';'
|
|
[19 replies] Last: Yeah, I figured that was the problem. I still am the same way with mor... (by BHX)
|
by GFreak45
template<class> linked list issue
|
|
[16 replies] Last: how do you reference an object via the handle? i cant find any tutoria... (by GFreak45)
|
by aimmmmmmmmm
Help for game
|
|
[no replies]
|
by tennisjad3
Midterm help please.
|
|
[1 reply] : My current idea is to create a tennis racket in the middle of the scre... (by tennisjad3)
|
by Invader2010
C++ code cant detect the class or the int inside the class.
|
|
[5 replies] Last: i dont know how to, and i dont know where he got that string foo thing... (by Invader2010)
|
by Cplapla
infile/outfile.dat
|
|
[1 reply] : What's the question????? Please use code paranthesis so that people co... (by TheDestroyer)
|
BigInt Datatype |
|
[3 replies] Last: Don't know. I've never used that lib myself. Check the site for so... (by Disch)
|
by Jode
SFML - Window does not appear?
|
|
[8 replies] Last: I'll look over my project config, see if everything is looking right. (by Jode)
|
Output XOR operation |
|
[3 replies] Last: It's correct if it's after the for loop. (string gets changed in the f... (by cire)
|
by k0t4
Hex dump issue
|
|
[2 replies] Last: Ok I'll have to try that. I know on the text file it isn't exiting on ... (by k0t4)
|
by fearcorcaigh
Convert string to int
|
|
[2 replies] Last: Instead of doing... std::string example = "05"; atoi(example); Do s... (by S G H)
|
Why are they restarting the key? |
|
[1 reply] : The key is a string. So it's using each character in the string in ro... (by kbw)
|
by Invader2010
C1075 fatal error...
|
|
[1 reply] : You have a syntax problem with your braces. Check that all your braces... (by Zhuge)
|
by Dreyth
Just a little help needed with my game
|
|
[1 reply] : Something like this? // Take care of correct or incorrect guesses. ... (by BlackSheep)
|