by leo255
Need to create a queue of structs
|
|
[1 reply] : try this. http://www.sourcetricks.com/2008/07/c-queues.html (by Bdanielz)
|
by ryff
In Game Chat output colors.
|
|
[no replies]
|
by catsonmars
Function practive
|
|
[1 reply] : int addition(int a, int b) // Your 'c' variable isn't needed here { ... (by long double main)
|
by DaBOSS
Class Declaration Help
|
|
[4 replies] Last: Thanks for the help, works great now. (by DaBOSS)
|
by fafy622
Is a class similar to a function?
|
|
[2 replies] Last: If you don't know what a class is yet you might want to slow down and ... (by DaBOSS)
|
by fafy622
Need some help with text based rpg
|
|
[10 replies] Last: [quote=Disch]I stand by this: If you're interested in game dev... work... (by BHX)
|
How do you correctly overload this operator>>? |
|
[2 replies] Last: If you are using C++11 always use nullptr. Agreed. If you are usi... (by cire)
|
move down a txt file |
|
[3 replies] Last: The idea was that you wanted to move down a line after every check, so... (by closed account j3Rz8vqX)
|
how would i remove the first line in a txt file |
|
[1 reply] : Open file for reading. Read the data into your array of strings. Close... (by closed account j3Rz8vqX)
|
by gomtpur
Mouse move
|
|
[no replies]
|
by mckryall
Using "const"
|
|
[12 replies] Last: I think I may have a gross misunderstanding of the concept discussed ... (by Smac89)
|
by angelk
List
|
|
[1 reply] : Hi All, so, now whats the problem? i cant get it! --- Have Nice Life (by amirtork)
|
by tdk93
structure nesting
|
|
[3 replies] Last: (a) If the given statement is assumed to be legal, then cd must be a ... (by MiiNiPaa)
|
by lays
Will the automatic memory allocation faster than dynamic memory allocation?
|
|
[3 replies] Last: FOr windows you can use QueryPerformanceCounter function http://msdn.m... (by MiiNiPaa)
|
by personlyplus
Any one have this book to help until mine comes
|
|
[5 replies] Last: You're taking a class that requires you to spend over $100.00 on a 16 ... (by cire)
|
by vin
Why the double not in this while loop?
|
|
[1 reply] : Although while (!!fin) should be equivalent to while (fin) there a... (by Chervil)
|
by Parivallal
Count the number of occurences in a word in a many text file using c++ vector of vector
|
|
[no replies]
|
by OliviaB
Need Help
|
|
[1 reply] : What it is doing is passing a reference to qTime to the time funct... (by TwilightSpectre)
|
by mrguild
system("PAUSE") is it really that bad?
|
|
[1 reply] : pause: command not found Well, besides that, take a look at this: ht... (by long double main)
|
by carlplusplus
Exception handling problem(password and string thingy)
|
|
[no replies]
|