by Onanymous
a little `switch' use question
|
|
[3 replies] Last: Thank you. That is what I also thought. But I see it as a little algo... (by Onanymous)
|
by Suzanne
REALLY URGENT!!!
|
|
[5 replies] Last: { char *s="Hello"; std::cout <<(strcmp(s,"Hello")==0); }... (by helios)
|
by winten
About tabPanel, wstring.
|
|
[1 reply] : From experience, you might want to try the MSDN Forums: http://social... (by webJose)
|
by akmal4ik
question about const keyword in pointers
|
|
[7 replies] Last: Probably an overly permissive compiler. test.cpp: In function `int m... (by helios)
|
by n4nature
namespace
|
|
[6 replies] Last: Thanks guestgulkan! (by n4nature)
|
by firedraco
Inheritance Question
|
|
[18 replies] Last: I wonder how FF7 implemented materia sockets on items. Having bee... (by jsmith)
|
by flodywan
linear linked list errors
|
|
[2 replies] Last: Insertion of the second element is trashing the list. I don't know if... (by jsmith)
|
by zhiw3i
how to convert this to while loop
|
|
[9 replies] Last: ahh thanks psychoder i just change the valubles abit and it solve. tha... (by zhiw3i)
|
by blackhat1337
undeclared identifier
|
|
[2 replies] Last: thanks helios..I did not see that part.. (by blackhat1337)
|
by yoonkwun
Command Line Parameters Prevents ofstream
|
|
[10 replies] Last: [quote=yoonkwun]Okay. Can anyone give me info on how to create a file ... (by PanGalactic)
|
by meesa
C++ function and local char with same name
|
|
[4 replies] Last: Ahh, okay! Thanks!! (by meesa)
|
by markb
Memory contents mysteriously changing
|
|
[5 replies] Last: iharrold: I was wondering the same thing. If that were the case, tho... (by markb)
|
by tomararun
(rpg pointer class) concept problem (1,2)
|
|
[20 replies] Last: Cool. (by n4nature)
|
by Infomania
arrows keys for selecting(read for explanation)
|
|
[1 reply] : You can use the curses library for this (by Bazzy)
|
by webJose
How can I detect if a pointer is const?
|
|
[4 replies] Last: I see. Understood. So maybe an additional parameter in the construct... (by webJose)
|
by sjefke
multithread single socket
|
|
[1 reply] : If both applications are on the same processor, then you may want to l... (by iharrold)
|
by lace28
getpeername always returns ipv6
|
|
[1 reply] : Part of the problem was in the following code: (from http://www.beej.... (by lace28)
|
EXC_BAD_ACCESS during Copy Constructor |
|
[2 replies] Last: Ok, I get it. Sorry must have been having a bit of a moment. Thanks... (by Philip Lee Bridson)
|
by akshatmittal
object overloading
|
|
[1 reply] : The normal way this is done is to overload a global ostream << operato... (by kbw)
|
by kissilev
Convert unsigned
|
|
[4 replies] Last: In principle, yes. In practice, the machine operations are the same... (by kbw)
|