by Peter1234
Class, enum and #ifdef
|
|
[2 replies] Last: Many thanks for the response. I have run various amended versions of t... (by Peter1234)
|
by Robertlzw
Generic vs Solid Singletons: hiding dtor issue
|
|
[5 replies] Last: So far I have just used the generic and solid Singletons separately .... (by Robertlzw)
|
by athlete501
fstream::getline() doesn't work while debugging (VS2008)
|
|
[2 replies] Last: that was incorrect but you gave me insight and figured out that it nee... (by athlete501)
|
by qi11qi11
printer spooling
|
|
[5 replies] Last: If you wanted to use a name rather than just a char, you'd use a strin... (by kbw)
|
by qi11qi11
Class Stack
|
|
[2 replies] Last: well, it does print. But, it prints no matter what input i type for na... (by qi11qi11)
|
by qi11qi11
problem with stack
|
|
[4 replies] Last: i've posted my code on another thread, stack class. (by qi11qi11)
|
by Incubbus
Passing the Pointer the wrong way?
|
|
[4 replies] Last: 1. void CStar::Draw(D3DCOLOR* Pixels, int Pitch) { >>>Error Ma... (by Incubbus)
|
by RyogaH
Code 3 and char*-exception
|
|
[2 replies] Last: Ah right, I threw a const char* by using "throw "Stuff"", thanks! Y... (by RyogaH)
|
.txt file data error |
|
[no replies]
|
by Deimos
(Peculiar) Issue with std::map
|
|
[4 replies] Last: I understand now. :) I had never used the STL classes inside my own ... (by Deimos)
|
by unregistered
How can I make my source code portable
|
|
[5 replies] Last: For compiler macros, see Pre-defined C/C++ Compiler Macros http://p... (by Duthomhas)
|
by ViperVenom
C++ Encryption/Decryption problem
|
|
[6 replies] Last: I have changed my coding completely and running into a few problems: ... (by ViperVenom)
|
by joehms22
NCurses Assistance Needed
|
|
[5 replies] Last: Thanks for the linking tip. (by joehms22)
|
by hdiuy
Prompting the user to re-enter if entered value is not int
|
|
[4 replies] Last: Cool, thanks so much !!! (by hdiuy)
|
by xdwjack
How to suppress the debug info from zthread
|
|
[no replies]
|
by infyanurag
fopen giving error
|
|
[5 replies] Last: please post all your code~~ (by player6)
|
by player6
About Macro
|
|
[1 reply] : No, the macros are stupid eg: #define MIN( a, b ) ( a < b ? a :... (by Bazzy)
|
by meepokman
Tic tac toe with AI
|
|
[9 replies] Last: Hi guys, I saw another problem in the above code that me and my friend... (by meepokman)
|
by Qwerty2
Creating a variable while running
|
|
[12 replies] Last: good explanation bazzy (by robman8855)
|
by Qwerty2
Some Simple Questions
|
|
[2 replies] Last: To find out about these, most of the info is in the C++ database on th... (by meepokman)
|