by rayj90
Scrambling words
|
|
[3 replies] Last: So, you are talking about something like this? Psuedocode: What i... (by firedraco)
|
by MikeS712
beginner can't understand why this won't work
|
|
[3 replies] Last: getline() reads the last enter, that is still in the buffer because of... (by Scipio)
|
graphics.h |
|
[3 replies] Last: SDL http://www.libsdl.org/ KDE and Gnome provide an application p... (by Duthomhas)
|
by abseeley
Drawing to the screen above a full screen window?
|
|
[no replies]
|
by Pierrot
Add a word to a string
|
|
[5 replies] Last: IMO. snprintf() or strncpy() is the better one to use. strcpy() and st... (by Zaita)
|
by Pethrenne
Problem: adding external library
|
|
[no replies]
|
by Mythios
Sin and Cos Question with a circle
|
|
[2 replies] Last: Awesome, cheers man :D (by Mythios)
|
by efexor
Pointers...
|
|
[4 replies] Last: Oh wow, that just made it 99% clearer, thanks man! (by efexor)
|
by babylonlion
Rock-Paper-Scissors
|
|
[1 reply] : All your comparisons to compChoice use the assignment operator instead... (by helios)
|
by Mythios
Quick dynamic array question
|
|
[1 reply] : Since it's a size , if the resulting array is [0..10] it would be abs... (by helios)
|
by benj1391
getting multiple random nos. w/o repeated nos.
|
|
[2 replies] Last: I had to read the post five times before I understood what you meant. ... (by helios)
|
by taklct
cin.getline problem
|
|
[3 replies] Last: It is a plague of lazyness and un-knowledge. Many, many C and C++ b... (by Duthomhas)
|
by willia23
Visual Basic + C++?
|
|
[7 replies] Last: That is what I'm thinking but I can't find a tutorial on how to make a... (by willia23)
|
by Return 0
Structs vs Classes
|
|
[6 replies] Last: I time all the that do. :-) (by Duthomhas)
|
by sysyphus
Passing data from a text file to an array
|
|
[3 replies] Last: Loop through each line and store in an array or vector, then just keep... (by efexor)
|
by tekken
SDL installing
|
|
[3 replies] Last: I suggest using a different IDE, DevC++ is outdated and old. (by efexor)
|
by chopficaro
change color of a pixel
|
|
[11 replies] Last: If you don't want to have a console window, this should be better: #... (by Bazzy)
|
by Pawel
Pointers and arrays
|
|
[6 replies] Last: I'm pretty new in C++ and I don't understand vector's yet ( I'm in a h... (by Pawel)
|
by pooja
unable to access iostream
|
|
[4 replies] Last: the iostream.h is an old version and now deprecated, iostream is n... (by Bazzy)
|
Menus in cmd |
|
[3 replies] Last: On my compiler (dev-cpp) I can only use integer as argument for a swit... (by Scipio)
|