by borgist
While loop
|
|
[1 reply] : while (true) { if (rocketa > 0) { cout << "You Dealt " << rocke... (by poohpooh)
|
by zakkor
Moving declarations to their own separate file?
|
|
[4 replies] Last: is this considered good practice? It really depends on what exactly ... (by kevinkjt2000)
|
by ConnorSilman
Beginning In Programming C++ and Game
|
|
[5 replies] Last: Start with version 1 or 2. Those should be enough for a basic game. ... (by kevinkjt2000)
|
by poohpooh
append string an path split
|
|
[2 replies] Last: Thankyou this helped. (by poohpooh)
|
by poohpooh
detect SysTray balloon
|
|
[no replies]
|
by MarkyMark
What is wrong with this variable
|
|
[4 replies] Last: Lol I'm tired :P No worries - it's easily done! Hope that solved t... (by MikeyBoy)
|
sending a reference to a function ? " or pointers " |
|
[11 replies] Last: Thanks guys , you helped a lot (by Cutefriendzoned)
|
by hunkeelin
How to pixel averaging in one nested for loop?
|
|
[2 replies] Last: I know how to solve the problem but I don't know how to solve the pro... (by cire)
|
by bookerb6
Copy Constructor and Assignment Operator
|
|
[9 replies] Last: Both Queue<T>::operator= and List<T>::operator= leak memory. In t... (by cire)
|
by rileys15
Help on parameters and operators
|
|
[2 replies] Last: Zero or one arguments is because it is a member of the Person class. T... (by kevinkjt2000)
|
by Free Radical
Issue with Pure Virtual Function
|
|
[4 replies] Last: Nvrmind's response worked. The protected/private issue mentioned by th... (by Free Radical)
|
by zakkor
Any idea how to improve this code?
|
|
[11 replies] Last: > I was wondering if it could be done programmatically? It could be d... (by JLBorges)
|
by dasboshiet
Program not running
|
|
[5 replies] Last: The problem is with your match() function. The following line: for(i... (by unsensible)
|
Defining a vector within a vector? |
|
[4 replies] Last: A string can hold spaces, so why do you need a vector of strings to ho... (by Manga)
|
I think i've got pointers |
|
[9 replies] Last: Thanks. 1994 posts, (20 more to 2014) ;). (by closed account iAk3T05o)
|
by buzz24
functions won't run
|
|
[2 replies] Last: oh right... cheers ne555 (by buzz24)
|
by jaisyah
I need Help
|
|
[13 replies] Last: TQ Coder777 (by jaisyah)
|
by slour
3 dimensional array
|
|
[13 replies] Last: You have extra pair of curly braces that adds the fourth dimension. T... (by keskiverto)
|
by Sausage
Problem with passing parameters.
|
|
[3 replies] Last: Zhuge, you sir are awesome. Thank you very much! I'm not to familiar w... (by Sausage)
|
by iluv41
Problem counting characters
|
|
[1 reply] : When line 42 evaluates to true, you get more input (line 45/46) withou... (by cire)
|