by johnny92
how to check if number is integer?
|
|
[16 replies] Last: I like to use something like this: #include <iostream> #include <ss... (by MetalMilitia)
|
by codaraxis
Alternative to Make?
|
|
[14 replies] Last: moorecm: The difference is that the use of spaces is a personal prefer... (by codaraxis)
|
by xChapx
What do i need to make a 2d simple game
|
|
[1 reply] : You'll need a library like SFML, SDL, etc. I recommend SFML: http://s... (by firedraco)
|
by ryan waltz
cant figure out how to stop my do while.
|
|
[4 replies] Last: works thanks very much had a sub in this unit and he didnt teach us an... (by ryan waltz)
|
by kaseron
Code::Blocks
|
|
[4 replies] Last: More than likely it's just a bad installer. I'm not 100% sure what you... (by Volatile Pulse)
|
by Zerpent
What does cout << cin.get() ; do?
|
|
[6 replies] Last: Yes, it worked. Thanks so much for the help. (by Zerpent)
|
by h4344
Where can you learn to program with the Windows API?
|
|
[8 replies] Last: Alright. I guess I was just curious =) (by Disch)
|
by LaC0saNostra
Sorting Netpay Using Array of Pointers?
|
|
[12 replies] Last: #include <iostream> #include<fstream>//file input output stream using... (by LaC0saNostra)
|
by snaxpax
What do these mean
|
|
[2 replies] Last: ty thats perfect <3 you! (by snaxpax)
|
by Gorlash
new confusion spawned by -Weffc++
|
|
[3 replies] Last: Note that in C++11, this is now the preferred way to "delete" a functi... (by Athar)
|
by ma21212
Loop program to start from top again
|
|
[3 replies] Last: you also miss } at line 57 (by gelatine)
|
by CosminNTG
Simple problem
|
|
[6 replies] Last: That's right! It works perfectly! Thank you everybody! (by CosminNTG)
|
by cacti
Game Loops involving kbhit() and getch()
|
|
[no replies]
|
by dannytimpone
recursive blob counter
|
|
[1 reply] : I'm working on the same problem right now. My recursive function looks... (by ZWB4RR)
|
by dancks
array returned by function causing malloc error?
|
|
[4 replies] Last: ne555 figured it out in the other thread. sorry for duplicate thread (by dancks)
|
by dancks
segfault on array?
|
|
[4 replies] Last: ok yeah I introduced another variable to use instead of *n. Thanks ne5... (by dancks)
|
Uses of C++ |
|
[2 replies] Last: How many uses are there for C++? Limited only by your skill and ima... (by AbstractionAnon)
|
by Gorlash
problems with initialization of class variables
|
|
[6 replies] Last: OH My!!!! Thank you, Athar! That (-Weffc++)works perfectly!! I ag... (by Gorlash)
|
by h4344
Why does this char array do this?
|
|
[2 replies] Last: * Face palm* my bad i should have easily realized why the input and ou... (by h4344)
|
by dustyperez
i need help with while loop
|
|
[2 replies] Last: int N=0; while(N<8){ N++; // do stuff here } here... (by Silvestar)
|