by ryanli
A little confusion between `char' and `unsigned char'
|
|
[4 replies] Last: Thanks a lot! (by ryanli)
|
by tition
Is there a way to turn off default copy constructors?
|
|
[11 replies] Last: Found the option! Now it warns me! One must set "warning level" to "le... (by tition)
|
Outputting nothing |
|
[5 replies] Last: Perhaps a compile-time warning at best, but definitely not an error. ... (by jsmith)
|
by pwnedbygary
Binary search tree homework question!
|
|
[2 replies] Last: So… What's the point? (by ryanli)
|
by lidong
do you have an example of object-oriented game?
|
|
[2 replies] Last: You can't develop a modern game (efficiently) without it being object ... (by Return 0)
|
by ownedpk
Rebuilding...
|
|
[2 replies] Last: Never mind! I figured it out. (by ownedpk)
|
by unregistered
linked list implementation
|
|
[6 replies] Last: gee must be hard work typing all that out but thanks for the tips, I a... (by unregistered)
|
by tition
Hashing arrays
|
|
[10 replies] Last: Now that my program is back to running, here is a typical example of t... (by tition)
|
by turbozedd
Just Too Long...
|
|
[3 replies] Last: What is this->m set to? The vector is not going to grow when you use ... (by kempofighter)
|
by aab1990
string class constructor
|
|
[4 replies] Last: You need a couple of constructors. The default one, as above, shoul... (by jsmith)
|
by sable0
Code
|
|
[1 reply] : int mat = { {25, 23, 26}, // declares a 2D array and fills it {1... (by Disch)
|
by arce
plug-in's in Ubuntu 8.10
|
|
[no replies]
|
by scuba steve
Issues with my do while. And trouble with adding my stored array info.
|
|
[2 replies] Last: My do whille loop still causes my program to crash. and i cant figure ... (by scuba steve)
|
by jwoolsto
vector member variable
|
|
[1 reply] : I take it this line is in the constructor for the class? Do you hav... (by jsmith)
|
by htonivi
Stroing pointer value in a string
|
|
[6 replies] Last: The first hint that your program has a bug should be the need for rein... (by jsmith)
|
by trfillos
how to make const a non const string
|
|
[6 replies] Last: Hello again, Onur I will use your 'simpler' solution because it i... (by trfillos)
|
by pliu00
able to compile&run in VC++ but unable in dev-c++
|
|
[no replies]
|
by Akhilleus
Pointers As Map Key In Static Map Member
|
|
[3 replies] Last: Keep in mind that construction order of global/static variables is gua... (by jsmith)
|
by Disch
Typedefing a partial template
|
|
[4 replies] Last: They wouldn't work for me. The way I undestand them they're for using... (by Disch)
|
by Disch
partial template specialization
|
|
[4 replies] Last: yeah -- still get the error C2687: cannot define a nested UDT of a te... (by Disch)
|