by RastaWolf
Error checking, stuck in loop
|
|
[4 replies] Last: You are telling it to do the following when rep does not equal 'n' OR ... (by KyleMiles)
|
by Trexed
Absolute beginner c++ If statment
|
|
[5 replies] Last: Does it still work perfectly if your age is 16? The way it is code... (by pnoid)
|
by samrux
Class variables?
|
|
[10 replies] Last: samrux wrote: LowestOne, i just noticed you're using C. I use C++ bec... (by TheIdeasMan)
|
"no match for operator<" and "no match for operator>" |
|
[7 replies] Last: btw, what's this use for? Space1 == Item; and the other similar ... (by chipp)
|
by Gavbuscus
Beginner book
|
|
[1 reply] : HI. I am learning c++ also and a thing that is better than a book is l... (by gerfy1)
|
Storing Obejcts in vectors |
|
[2 replies] Last: Thanks for the tips Why the first part? I'm not that good at this bu... (by Jonas Wingren)
|
by gelatine
different variables for functions
|
|
[1 reply] : You can pass in a pointer to the array you want to fill to the split f... (by mik2718)
|
by sepetoner
Converting a variable from an int to a char(or string)
|
|
[3 replies] Last: if (card < 11) cout << card; else if (card == 11) cout << 'j'; e... (by Lowest0ne)
|
by spy man
About files
|
|
[2 replies] Last: I'm not so new, this is important for me (by spy man)
|
by Damian666
C library
|
|
[8 replies] Last: ok I thank all (by Damian666)
|
by Swizzler
Flags & Hex Numbering
|
|
[3 replies] Last: Thanks guys! Exactly what I needed (by Swizzler)
|
by DJLad16
Able to use correct syntax as a beginner
|
|
[1 reply] : The . in phrase.erase() ? I'm not exactly sure the proper terms for ... (by Lowest0ne)
|
by MaxLascombe
Game loads
|
|
[3 replies] Last: Your program only checks the name on one line at a time: An example s... (by Lowest0ne)
|
by emptycl0ud9
Pointers problem
|
|
[4 replies] Last: it actually works in c++: #include <cstdio> #include <cstdlib> int... (by dean)
|
Problem with script stopping the execution |
|
[3 replies] Last: Lol fail, I knew about that common problem. Brain fart ;) thanks anywa... (by Master Blue Ninja)
|
by Thumb
Is C++ right for me?
|
|
[5 replies] Last: Well, either should work fine really. I suppose learning C++ now make... (by Veltas)
|
by dartwing
Simple CG geometry shader question
|
|
[no replies]
|
by pfpietro
Child creates another child that creates another child... and so on[How to?]
|
|
[5 replies] Last: '--' is predecrement. It subtracts one from num before comparing it t... (by BlackSheep)
|
by Brooklyn
printing an array
|
|
[3 replies] Last: thank you so much that makes much more sense one array set them to 0 a... (by Brooklyn)
|
by Ch1156
Slot machine help
|
|
[2 replies] Last: Additionally, only use srand (time(NULL)); once per execution of the... (by geekman7473)
|