Game Development Community

Question... on c

by Joe Richmond · in Technical Issues · 08/26/2005 (8:30 am) · 2 replies

I am thinking about learning c++ for tge. I was wondering what is the best was to learn c++. So how should I start. Is c++ the right language or not? Im pretty sure it is.

#1
08/26/2005 (10:19 am)
The engine is written in C++, and modifying 'core' features would require a knowledge of the language. As an aside, I have noticed that the script writers here have done some amazing things with scripting alone. You may not actually have to write much with C++, depending on your game.

They best way depends upon your background. I have known a few people who have just picked up a book, read through it, and started working. But these were people with a strong background in C who only needed a better understanding of the OO features provided in C++. If you have no programming background, a class or two at a local community college will definitely get you closer to your goals, as well as having the side benefit of introducing you to like-minded people.
#2
08/26/2005 (12:45 pm)
Thanks very much. I am a newbie to C++ but I am learning the language from a website that looks to have some very good tutorials easy to read at:

http://www.cprogramming.com/tutorial.html

So that is for anyone else learning the c++ language.