by blueberry
input without pressing enter
|
|
[11 replies] Last: Oh, thanks. It would of taken me a long time to find them myself. (by blueberry)
|
by RaxeN
C++ Array. Counting the number of instances?
|
|
[2 replies] Last: Do you realize that you can initialize and declare simultaneously? i... (by kempofighter)
|
by nscruggs
? multi-definition error of a class?
|
|
[4 replies] Last: I appreciate it! :D (by nscruggs)
|
by Caio Santana
Function as a parameter of another function
|
|
[8 replies] Last: [quote=kfmfe04]don't really have to be static, either If you want to... (by m4ster r0shi)
|
by jister1234
Remote C++ Program Start up (1,2)
|
|
[25 replies] Last: There's nothing in the C++ model that deals with this sort of thing. ... (by ultifinitus)
|
Packets and hex |
|
[16 replies] Last: Can you try something like this?: unsigned short sHeader = 0; ... (by kooth)
|
by unregistered
how do I encrypt an int with a keystream that produces unsigned char?
|
|
[1 reply] : struct MyStructToBeEncrypted { char field1 ; int field2 ; ... (by kbw)
|
by shadow29014
Recursive Descent Interpreter (1,2)
|
|
[23 replies] Last: Here are my interpreter.cpp and interpreter.h files //************... (by shadow29014)
|
Functions in a Text Based Adventure |
|
[17 replies] Last: You need to close the main() function. And put something in there. ... (by Pax)
|
Always output negative numbers or zero |
|
[8 replies] Last: firedraco: Just like in algebra, F-X is F minus X, not F times neg... (by Cazicss)
|
by parvati
User input DialogBox
|
|
[5 replies] Last: I think I got it work! Thanks everyone!! (by parvati)
|
by forstudy3
Addition of stringstream & string
|
|
[2 replies] Last: I believe stringstream does not overload operator +. (http://www.cplus... (by sohguanh)
|
by waqqassheikh
Problem with Pointers and Classes
|
|
[4 replies] Last: OH SHOOT - IT WAS SUPPOSED TO BE AN ARRAY!!!! HOW THE HECK DID I miss ... (by waqqassheikh)
|
by shadowayex
String arrays
|
|
[1 reply] : Modify your array definition to accommodate the string terminating nul... (by naivnomore)
|
by rpinsky
asynchronous I/O to two I/O ports
|
|
[3 replies] Last: Yes, I remember using select when doing sockets. Its been a long time... (by rpinsky)
|
by DennisWu
Function pointers
|
|
[4 replies] Last: thanks (by DennisWu)
|
by YyYo
how free() method know where to stop deallocated memory
|
|
[3 replies] Last: ... which is why buffer overruns are catastrophic. (by kbw)
|
by bbgst
OpenGL and GUI
|
|
[3 replies] Last: Hi ... I am using Gtk to display OpenGL. You can look for GtkGlExt(... (by YyYo)
|
by waqqassheikh
Ever programmed something and surprised yourself how you got it to work?
|
|
[13 replies] Last: I think most of us have social lives but we don't see a reason to disc... (by MottMan)
|
by jameshume
string.c_str() troubles
|
|
[4 replies] Last: Excellent, thanks for the help Bazzy! (by jameshume)
|