by armstrhu
Weird problem reading file
|
|
[no replies]
|
by gprogmary
Dark GDK Sprite Trouble
|
|
[no replies]
|
by tunalite
Trouple Creating Custom Templated Doubly Linked List
|
|
[7 replies] Last: Ughhh. Insert is returning wrong type. Thoughts? // Inserts a node a... (by tunalite)
|
by aquanaut
Converting characters to numbers using data files
|
|
[1 reply] : #include <string> (by closed account Dy7SLyTq)
|
by dimbadboy
C++ program about adding students, calculateing their marks
|
|
[1 reply] : why do u need it? (by closed account Dy7SLyTq)
|
by rudy01
C++ generate random data (fast)
|
|
[4 replies] Last: Thanks for the reply. I see what you mean, and I will try this. By the... (by rudy01)
|
by fasck
Program works in release mode, not in debug!
|
|
[1 reply] : If line 6 of the SArray::operator+= snippet sets the value that get_a... (by cire)
|
by LunarB
Multithreading C++ Socket Servers
|
|
[4 replies] Last: Assuming Windows.. check out CreateThread(...) http://www.codeproject... (by bradw)
|
by bugs bunny
Convert 64 bit function to 32 bit
|
|
[1 reply] : Unless I'm mistaken... DWORD is already 32 bit. I'm not mistaken: htt... (by Disch)
|
by Keith Wilcox
How do I pass a string variable to MessageBox()?
|
|
[2 replies] Last: Wow, that worked. Thanks. (by Keith Wilcox)
|
by mleh1234
Problem with Program
|
|
[1 reply] : What do you mean? It's outputting numbers, not the text? (by ResidentBiscuit)
|
by softwaretime
How to Modify the Close (X) Button
|
|
[no replies]
|
by popalopsy
Creating a Game
|
|
[4 replies] Last: Good to know it helped. Yes, that would be easier to parse. You could ... (by Ogoyant)
|
by xsesx
Problem Displaying Address of Character
|
|
[2 replies] Last: Ah, I understand now. Thanks for the help! (by xsesx)
|
by danyal malik
warning
|
|
[5 replies] Last: The compiler is telling you that you probably should do this: cout <... (by Disch)
|
by Yash Raj
Font in SDL with opengl?
|
|
[no replies]
|
by aj3423
how to implement data binding
|
|
[no replies]
|
by AZ6190
HELP!
|
|
[1 reply] : What kind of database is it? databases usually have tools for importin... (by coder777)
|
by MEandYOU
NEED HELP!
|
|
[2 replies] Last: int count = 0; for(int i =1; i < limit_of_loop + 1; i++) { int c... (by HiteshVaghani1)
|
by devonrevenge
threads in a loop being started more than once issue
|
|
[10 replies] Last: the code was in java -_- (by devonrevenge)
|