Advertisement

Beginner at Programming.

Started by March 23, 2001 09:27 PM
5 comments, last by Synbios28 23 years, 10 months ago
Hi.I am a sophomore in High school and have recently gotten interested in video game programming.I have a pretty good grasp on BASIC and hace recently started to learn C.I was wondering since most of you guys/girls are veterans at game programming.I just had a few questions? 1.What other languages should i look at to get a good hold on game programming? 2.Anything i should take in school right now that could help me later on? 3.And any advice you may have for a newbie like me? Thank!
Hi, I hope that I can help. I am a fourth year computer science major and have a great deal of experience in programming. Perhaps this will help.

1. Learn C/C++. These languages are the most important. Also, if possible learn assembly language. Assembly language allows for fast execution.

2. In school take calculus, algebra and geometry.

3. Get a good book on C++ and learn the language well. You also have to learn generic concepts such as data structures and graphics.
Advertisement
Do you recomend a certain book on C++ since there are a lot out there.
And thanx for the response
There are a couple of good books. I have "C++ Primer" by Stanley Lippman. I also have "A Book on C" by Ira Pohl and Al Kelley. Although I don''t have it, Bjarne Stroustrap (the designer of C++) has one called something like "The C++ Language". Any of these books will give you a good understanding of the language. After you learn the language and are ready to learn games programming, get "Windows Game Programming for Dummies". It is by the legendary author Andre Lamothe.
Sorry to be a bother again.One more question.Would getting the Microsoft Visual C++ compiler be beneficial as well?
Thanx>
If you can afford Visual C++, buy it! I''m using it right now to build an isometric engine (like in RollerCoaster Tycoon or SimCity 3000). Yes, Visual C++ is the best compiler I''ve ever used!
Advertisement
I''m in the same boat that you''re in right now. The advice that you have so far is very helpful. You may also want to dabble a little bit into some 3D graphics as well (such as Discreet''s 3D Studio Max or Photoshop) and learn about Direct X. As for a compiler, I got the introductory edition of Visual C++ 6.0 through Game Programmer Starter Kit 4.0 by Macmillan Software. I found my kit on sale from Best Buy. It also comes with Direct X 7 SDK, a 3D engine, and with two tutorial pdf files. For real good professional software editions, you can find some of these through newsgroups or ask a friend. Last advice, since you''re in high school, check out www.digipen.com and www.fullsail.com for continuing education. Best of Luck

This topic is closed to new replies.

Advertisement