by kyky365
a number guessing game how to initialize number in an array??
|
|
[4 replies] Last: "How to initialize 1, 2, 3, 4, 5, 6 in the array if the user input 6 o... (by timmyyyyy)
|
by jwroblewski
Optimiztion Assistance
|
|
[4 replies] Last: My mistake. Should've looked more closely. http://mathforum.org/l... (by cire)
|
by Xhalite
Console loading bar?
|
|
[4 replies] Last: ^ It's running in another thread (by ne555)
|
by savan12986
looping file read wont find eof
|
|
[5 replies] Last: thank you Cubbi that fixed it. (by savan12986)
|
by packerfan128
Help with my Magic Square C++ program
|
|
[3 replies] Last: the problem is that you are trying to create an array that has no size... (by oonej)
|
by ribenaman
Dynamic Collision Detection help?
|
|
[2 replies] Last: Basically, rather than testing to see if a moving sprite has collided ... (by ribenaman)
|
by eXtremeCpp
Question about refactoring code..
|
|
[6 replies] Last: void Game::setupRenderer( Ogre::root* r ) { r->loadPlugin("RenderSys... (by cire)
|
Class Memory Usage |
|
[3 replies] Last: You declare second in the scope of first, however, you are not using c... (by clanmjc)
|
by catalin10
how to cout symbols in specific shapes
|
|
[7 replies] Last: There is no reason not to use '\n' "\n" or std::endl as you wish... (by cire)
|
by lql44
what is the meaning of "template<class T>"
|
|
[1 reply] : http://cplusplus.com/doc/tutorial/templates/ (by Disch)
|
by jwroblewski
20x20 Int Grid..Maximum product of 4 num's
|
|
[3 replies] Last: UPDATE: the problem was that my reset of sum wasnt happening, due to i... (by jwroblewski)
|
by HoJo
Compiler Downloads
|
|
[1 reply] : What compiler have you tried to download? I don't understand your seco... (by Peter87)
|
by Smatik
Games in C++
|
|
[3 replies] Last: You can make tic toe fairly easily. The other two require some more st... (by ResidentBiscuit)
|
by ribenaman
randomising?
|
|
[2 replies] Last: The x position is part of a member variable for the Sprite, "m_pos". H... (by ribenaman)
|
by time to c
function pointers
|
|
[3 replies] Last: Does this work? #include<stdio.h> int x=10,*p = &x; int main() { ... (by Stewbond)
|
by evanc9606
Program scipping input
|
|
[13 replies] Last: I stand corrected. :) (by Berzeger)
|
by yhangel
any solution for this? only basic c++
|
|
[1 reply] : get into the habit of fully qualifying function names. input() should... (by roberts)
|
by Betray1st
Help with program (Arrays and data files)
|
|
[1 reply] : I just fixed the second issue of the program only saving 1 file. I'm ... (by Betray1st)
|
by Bararuloke
Looking to improve my programming
|
|
[3 replies] Last: Thank you for your replies. I will check out the Professional C++ book... (by Bararuloke)
|
by cotboiz
array
|
|
[8 replies] Last: Oh yes, sorry I din't see that. Grey Wolf and Athar are very true. Als... (by closed account 2NywAqkS)
|