by Sharan123
Global variable error
|
|
[10 replies] Last: > I wasn't aware of such function in the std library. Well, the stand... (by JLBorges)
|
by alsade
whats wrong with my distructor??
|
|
[8 replies] Last: Oh. =x. I misread what he typed. Now I feel like an ass. Haw. Sor... (by Disch)
|
by hunkeelin
How to create my own library and solve everything?
|
|
[no replies]
|
by Cubenox
Help with AI enemies
|
|
[2 replies] Last: Why a console game o.O Also the easiest way would be to make command... (by Cubenox)
|
by andrix
strange error
|
|
[2 replies] Last: Use code tags please. (by IWishIKnew)
|
by nature
need help
|
|
[2 replies] Last: you have already posted this problem with another account, try to chec... (by closed account ivDwAqkS)
|
by ldelsignore
Function Parameter Error
|
|
[3 replies] Last: Thanks, that does help. (by ldelsignore)
|
by Sharan123
Ambigous
|
|
[6 replies] Last: Yes it does make some difference and yes i have reduced the following ... (by Sharan123)
|
by alsade
enum qustion
|
|
[1 reply] : There is no built-in enum/string conversion. If you want the user to t... (by Peter87)
|
Beginner Tic Tac Toe help |
|
[7 replies] Last: Heres a professional Tic Tac Toe : http://pastebin.com/SgqL1SRA (by SorinAlex)
|
by Garvanov
Is this what linker does?
|
|
[1 reply] : Oh am confused again. Will A linker take a compiled file (object code... (by Garvanov)
|
by MattTuck
Need Help... Writing on to, Scanning, and Returning Data from .txt File?
|
|
[6 replies] Last: > It's my assuption that I need to write something like: > #include ... (by JLBorges)
|
by qmzh85
Does new and delete have to match?
|
|
[10 replies] Last: Thanks all, appreciate all your explanations. (by qmzh85)
|
by qmzh85
A book to compare C and C++
|
|
[4 replies] Last: JLBorges, thanks for your information, those references really helps. (by qmzh85)
|
by hardingrj
C++ Beginner - Please Help
|
|
[2 replies] Last: Don't forget to append a semicolon to the end of your class. (by Avilius)
|
by andrix
class template
|
|
[no replies]
|
by alsade
initializing an integer array with a constructor
|
|
[2 replies] Last: great thanks! (by alsade)
|
"getline" trouble |
|
[3 replies] Last: Another thing to mention is that std::cin >> leaves a new line in th... (by giblit)
|
by hunkeelin
Implment something in command line.
|
|
[6 replies] Last: I'm not 100% positive how scanf works but can't you just read in a str... (by giblit)
|
by austin7
Structure problem.. stachdump
|
|
[4 replies] Last: Thanks Yanson got is sorted out: Below is my working code: /* * str... (by austin7)
|