Advertisement

What to do

Started by February 15, 2003 01:46 PM
2 comments, last by cybersniper 21 years, 9 months ago
I just brought a book called C++ How to program by Deitel Deitel. I have read some of it and it still dosnt really make any since to me. I dont get the stuff that you have to input and how it shows up on the game. well what im trying to say is that I still dont get the simple functions can sombody please help me out
CYBER SNIPER
I would advise you to see if there is anyone you know that knows c++, getting it explained face to face can get things soo mouch easier.

I cant help you mouch more if you dont specify more exactly what you need help with, sorry.



Advertisement
quote: Original post by cybersniper
I just brought a book called C++ How to program by Deitel Deitel...I dont get the stuff that you have to input and how it shows up on the game.



Ok, first, an explanation of what C++ is. C++ is a programming language. It allows you to control your computer to do things. It doesn''t by itself support any games or anything. What that book will teach you is how to work with a DOS window. The best games you''re likely to manage are "Guess a number" type things. But even so, learn most of the stuff in it, at least through the basics of classes. After that, pick up a book on game programming.
SlimDX | Ventspace Blog | Twitter | Diverse teams make better games. I am currently hiring capable C++ engine developers in Baltimore, MD.
Yeah, practise is the most important thing. If you haven''t already done so, get a compiler and actually practise stuff from the book - write some simple programs. It''s pretty much the only way to learn programming, IMHO.

This topic is closed to new replies.

Advertisement