I've just started learning c++,so i want to take any challenge concerning c++.My question is where do i start when drafting a game program.Please ppl help me out.
What type of game? The more complex your game is, the more you'll need to organize your code, so I highly recommend learning object oriented techniques. Please be a little more speficic on what you have in mind. The simplest game I can think of that you can create is a "Guess The Magic Number" Game where you generate a random number, go into an infinite loop, and break out of the loop when the user guesses the generated random number.