by minuss273
Hangman with functions
|
|
[5 replies] Last: That worked. Thanks a lot!! Merry Christmas :) (by minuss273)
|
by Malaxiz
[SDL] undefined reference?
|
|
[1 reply] : It looks like the last type(bgColor's) isn't Uint32 but unsigned int..... (by MatthewRock)
|
Joining Strings or characters |
|
[2 replies] Last: I did something sorta of similar which works by converting 1 char char... (by project science)
|
by shalinmehta
Help Me Please with My Currency Converter
|
|
[6 replies] Last: Here's another approach: #include <iostream> #include <map> using n... (by tipaye)
|
Getline not reading first line... |
|
[5 replies] Last: When in doubt, pipe output to a file ;) (by LB)
|
Changing Console Cursor |
|
[2 replies] Last: There's also a way to alter the cursor size if it helps. The cursor si... (by CplusplusAcolyte)
|
by nir2
question about "strtok"
|
|
[8 replies] Last: I don't quite get what you mean by "deleted what I already used", here... (by tipaye)
|
by mojocyber
Hammurabi game display message function
|
|
[2 replies] Last: I commented out cout << year << starved << immigrants << population <... (by closed account 30X1hbRD)
|
by Nikko YL
Array can't be initialized
|
|
[14 replies] Last: Thanks all for giving me so much information. (by Nikko YL)
|
by tjnapster555
how to input in cin.getline() using function
|
|
[1 reply] : There are two things first you are returning a local variable. The mem... (by codewalker)
|
Templates and polymorphism |
|
[6 replies] Last: Array of pointers, no difference. You're just holding pointers. Array... (by tipaye)
|
by Stormboy
Switch-case VS if-else
|
|
[4 replies] Last: Not really. You use switch(case) and if(else) whenever you want, excep... (by MatthewRock)
|
by bpedigo
trouble with array
|
|
[4 replies] Last: As a result, I learned that if I use a global and cast its type in fu... (by MikeyBoy)
|
by Hambone
A little help with static methods...
|
|
[1 reply] : Figured it out, gotta declare the bad boy in the .cpp/ Thanks for tho... (by Hambone)
|
by samo
2d array.. help
|
|
[7 replies] Last: it'll not be accepted through while (true) statement , or any other st... (by samo)
|
by Veliko
How to маке 1 variable appropriate random element from array
|
|
[5 replies] Last: Yes it worked thanks a lot you helped me a lot :))) (by Veliko)
|
Has this happened to you :( |
|
[11 replies] Last: The easy way to think of switch statements is alot like glorified if/e... (by CplusplusAcolyte)
|
by iQChange
Stream errors
|
|
[no replies]
|
by dino93
calculate
|
|
[5 replies] Last: Have you tried compiling and running it? (by Zhuge)
|
by dino93
find errors
|
|
[2 replies] Last: Got quite a few weird thing going on in your code so here is an exampl... (by mobotus)
|