by brokenbot
What libraries do I use for socket connections and anything internet related?
|
|
[no replies]
|
Can't getline from ifstream? |
|
[7 replies] Last: I don't have any experience with SDL.. but I gather those linker error... (by closed account DSLq5Di1)
|
by Nuc
String not showing up
|
|
[10 replies] Last: Yeah, I thought my compiler was throwing an error but it was just a re... (by Computergeek01)
|
by john1984
break!
|
|
[2 replies] Last: Thanks shacktar, but there is for loop and what i need when the 1st if... (by john1984)
|
by sf123
"There was a problem sending the command to the program?"
|
|
[5 replies] Last: Time to upgrade: http://wxdsgn.sourceforge.net/?q=node/4 It's free ... (by Computergeek01)
|
by sakon93
Create Half-Triangle Using Nested Loops
|
|
[3 replies] Last: Thanks, finally i've made the program to display the correct output, t... (by sakon93)
|
by mndless
Cant print char value
|
|
[3 replies] Last: Everyone starts there ;) (by eidge)
|
by Matt2085
I tried my first exercise!
|
|
[2 replies] Last: Instead of repeating if , use else if . if must appear before an ... (by closed account zb0S216C)
|
by babakslt
how to define and recognize NULL pointer?
|
|
[1 reply] : [quote=babakslt]by "p->np = 0" i try to define a NULL pointer. am i wr... (by closed account zb0S216C)
|
by sf123
Going back to the menu without using goto
|
|
[5 replies] Last: ok thanks for the replies! Thanks to you both! (by sf123)
|
by Sm0e
Error LNK2019
|
|
[6 replies] Last: So, what was the actual fix? (by andywestken)
|
by krnacandrej
GUI applications
|
|
[5 replies] Last: Well, WIN32 is way to go if you want to focus on Windows. Otherwise ch... (by andywestken)
|
by murshadin
C++ program to find greatest of two numbers using Switch case conditional statement.
|
|
[3 replies] Last: C++ program to find greatest of two numbers using Switch case conditi... (by andywestken)
|
by dacoolest
overloading in classes
|
|
[1 reply] : There's a ; on line 33, which makes it a declaration instead of defini... (by hamsterman)
|
by mxjabber
help with a game
|
|
[2 replies] Last: thanks, the first part i already knew and was just throwing stuff at t... (by mxjabber)
|
by ziodice
The rush
|
|
[1 reply] : All vertebrates experience a reward when they (think they) accomplish ... (by helios)
|
by ziodice
Program that has unlimited strings?
|
|
[4 replies] Last: Perhaps this will help. Press ENTER twice to finish http://www.cplus... (by Duthomhas)
|
by alhypo
Making overloaded binary operators commutative
|
|
[6 replies] Last: Multiplication is always left-associative. a*b*c == (a*b)*c. (by helios)
|
by nerak99
where is this syntax used
|
|
[2 replies] Last: On a tangentially related note, I think the "goes to" operator is fun.... (by Duthomhas)
|
by rossoreed
Carriage returns in arrays
|
|
[2 replies] Last: ...except that std :: stringstream is C++, and the OP appears to be ... (by Duthomhas)
|