by garygao
question with if-else statement
|
|
[4 replies] Last: Thank you very much!! (by garygao)
|
by kamisama
empty catch block
|
|
[3 replies] Last: One valid case I can think of right now is in destructor code. More o... (by webJose)
|
by Donanza
Problem creating load
|
|
[2 replies] Last: How am i supposed to load the game??? It is not a variable. This is my... (by Donanza)
|
by Emmanuel11
Are they one and the same?
|
|
[2 replies] Last: Consider that there is the case of char const * const myVar; = const ... (by eypros)
|
by Silvestar
why i need to subtract 48 from every digit??
|
|
[4 replies] Last: suma+=niz -'0'; Now you don't have to ask (by ne555)
|
by sotbs
Over loading + operator to add 2 arrays and copy equal numbers once
|
|
[8 replies] Last: My advice is not to overload operator+ unless it preserves its origina... (by moorecm)
|
by newlearner
whole no. and decimal
|
|
[7 replies] Last: The printf format %d is for integers. I'm guessing 'a' is a float? (by moorecm)
|
by Ch1156
Cant read my .h file? (1,2)
|
|
[31 replies] Last: http://www.sfml-dev.org/ It was in the article. Alternatives are ... (by hamsterman)
|
by rushab
how to do this in c++ 3.0
|
|
[15 replies] Last: char name =""; That's the same as: char name ; name = '\0'; ... (by Catfish)
|
by AliSadiq
what is the problem with this program
|
|
[7 replies] Last: I took the trouble to indent his code... http://pastebin.com/n7eFrMhB... (by Caprico)
|
by ranjbar
problem with long double
|
|
[5 replies] Last: thanks (by ranjbar)
|
by jjzpgg
Error when using vector .find() member function
|
|
[3 replies] Last: My bad. find doesn't accept a comparison function. You need to use fin... (by hamsterman)
|
by seth23
getline error?
|
|
[4 replies] Last: Umm getline and cin dont fit together I believe for cin which is is... (by sohguanh)
|
by Ryan Wilson
Defined operator error?
|
|
[2 replies] Last: You are meant to make sure the tempImage != NULL after you do SDL_Load... (by Hippogriff)
|
by sch518
How can I make a timer for my simple game?
|
|
[2 replies] Last: If you are doing it the console way, you have a problem, you most prob... (by sohguanh)
|
by Vickii
help please
|
|
[4 replies] Last: ciphermagi: Why have you given a link to this post itself??? Vickii: ... (by Caprico)
|
by Assassin7257
Problem with SDL
|
|
[2 replies] Last: If your still having trouble I recommend you take a look at LazyFoo's ... (by Code Assassin)
|
by mj1709
a petite error.....can nyone plz? (1,2)
|
|
[22 replies] Last: @computerquip so for learning purposes too we need to stick to the new... (by mj1709)
|
by ccy2059
Problem with this maze game
|
|
[no replies]
|
Another way of achieving this sum? |
|
[3 replies] Last: You can make a class,....wait,...it might just more complicated... (by hentaiw)
|