by ChanGeZi
Constant Enumerations
|
|
[6 replies] Last: i can move it....the problem is that when a normal checker turns to a ... (by ChanGeZi)
|
by tonnot
Problem of two consecutive ++operators , always works the second ?
|
|
[3 replies] Last: The order in which parameters are evaluated is not defined by the C++ ... (by LB)
|
by xXmusicmanXx
if-else statement problem
|
|
[3 replies] Last: @acorn: thanks! that did the trick. I think I read my book wrong :P (by xXmusicmanXx)
|
by wtf
Is this possible?
|
|
[5 replies] Last: putback can work for strings. I don't know whether streams were int... (by hamsterman)
|
by g913
Books to read after completing tutorial pdf
|
|
[9 replies] Last: I'll probably pick it up next week, it's already on my e-book. I'll gi... (by eidge)
|
by tonnot
Stringstream gives me floats when I create it with a 'double number???'
|
|
[2 replies] Last: Yes, your right !! (by tonnot)
|
by geekocoder
deleting a portion of screen
|
|
[6 replies] Last: You only need the #included header and the topmost function, and all i... (by Duthomhas)
|
by Justin
What is the C++ code for system("cls")
|
|
[9 replies] Last: @catfish, ok thats what i was asking in the first place, clrscr() does... (by Justin)
|
by Justin
Need a while loop
|
|
[2 replies] Last: K thanks, i added system("cls") so it looked better, (by Justin)
|
by tonnot
Sizeof array of floats dynamically created
|
|
[8 replies] Last: Thank you very much !! (by tonnot)
|
by wasabi
Stuck before main()
|
|
[2 replies] Last: Yeah, the moment I posted it, I realized I had a global object (altere... (by wasabi)
|
by bl4ckb3rry
2nd language...
|
|
[11 replies] Last: cool. ive been debating java or c# lately myself. (by acorn)
|
by geekocoder
tutorial on pdcurses
|
|
[3 replies] Last: The canonical tutorial is here: http://tldp.org/HOWTO/NCURSES-Programm... (by Duthomhas)
|
by Maese909
Pointer Dereferencing
|
|
[5 replies] Last: the microsoft compiler lets you get away with alot. ive noticed you do... (by acorn)
|
by sqoobie
sugestetion welcome
|
|
[7 replies] Last: [quote=sqoobie]with the code tags would i place thouse between my if s... (by anonymous23323124)
|
by anl214
gear ratio problem
|
|
[6 replies] Last: it is just the ratio * the minimum speed to get the second lower. so... (by anl214)
|
by geekocoder
RANDOM FUNCTION
|
|
[4 replies] Last: Reading the links people post might actually help, despite how unbelie... (by Athar)
|
by dong shi
My First SFML Game.
|
|
[8 replies] Last: By Proccessing (may not be the right word) but i mean have an "interpe... (by strongdrink)
|
by Catfish
Do you .close() streams?
|
|
[1 reply] : It's unnecessary, unless you want the file to close before the stream ... (by Athar)
|
by shoaib malik
sstream...
|
|
[1 reply] : That's how the extraction operators work. If you want all of it, you c... (by Zhuge)
|