Page 1 of 1

C++ Beginner?

Posted: Tue Mar 31, 2009 6:48 pm
by Fallental
Hello,
I do some programming in visual basic 2005 and 08' and im writing a game engine in it currently for a rpg, a simple one.
I really would like to learn C++ to write engines in though.
I was at Barnes and Noble looking at C++ books for beginners, I saw a good one Sams teach yourself c++ in one hour a day.
But it might be a little to much for me right now.
I want a book that teaches me the language but along the way, helps me write small test programs and etc.
So anyone know any good books like this?
Also any books on c++ Game Programming?
Thanks!

Re: C++ Beginner?

Posted: Tue Mar 31, 2009 7:15 pm
by thejahooli
Sams Teach Yourself C++ in 1 Hour a Day is what I learned from.

Re: C++ Beginner?

Posted: Tue Mar 31, 2009 7:43 pm
by clc02
Personally I would stay away from anything real-time if you just started. Or anything image wise until you learn the syntax.
I couldn't say on a book really, I just google what I need.
If you still want to do something in real time after you know the syntaxes well along with your GUI (http://www.lazyfoo.net for SDL is good) this is a very good explanation on state machineshttp://lazyfoo.net/articles/article06/index.php

Re: C++ Beginner?

Posted: Wed Apr 01, 2009 4:30 am
by kostiak2
clc02 wrote:Personally I would stay away from anything real-time if you just started. Or anything image wise until you learn the syntax.[/url]
Totally agreed. In C++, you should first know the language, and only then start anything image wise.

About the book thing: I live in a place with no good books, so I learned with shitty books + internet.

Re: C++ Beginner?

Posted: Wed Apr 01, 2009 7:38 am
by Ewan
I don't know about books, but I can heartily recommend this video series: http://www.youtube.com/view_play_list?p ... 30FDCE7CE0

69 in total, 10 minutes each, going from extremely basic to classes, arrays, functions etc. It's nothing very advanced but they are very well done and easy to understand. He also has forums where you can ask him specific questions etc.

Me and my friend are watching them all, on about 48 right now I think, give them a try :mrgreen:

Re: C++ Beginner?

Posted: Thu Apr 02, 2009 2:53 am
by kostiak2
If you prefer a website, the one I am recommending is http://www.cplusplus.com/doc/tutorial/

enjoy ;)

Re: C++ Beginner?

Posted: Thu Apr 02, 2009 12:50 pm
by Ewan
kostiak2 wrote:If you prefer a website, the one I am recommending is http://www.cplusplus.com/doc/tutorial/

enjoy ;)
:mrgreen: :mrgreen: I learned from that tutorial ;)

Re: C++ Beginner?

Posted: Fri Apr 03, 2009 6:50 pm
by dandymcgee
Ewan wrote:
kostiak2 wrote:If you prefer a website, the one I am recommending is http://www.cplusplus.com/doc/tutorial/

enjoy ;)
:mrgreen: :mrgreen: I learned from that tutorial ;)
It's a great site, excellent reference material.