Book(s) vs Internet

Jul 2, 2015 at 3:14pm
Should I buy a book or should I download an e-book or should I watch videos (ex. TheNewBoston)?

Extra question:
I would like to be an game developer. 3-D is cool but I have heard that it's hard, so what kind of games should I make now in the beginning?
Jul 2, 2015 at 3:28pm
I personally would go with books, you can learn at your own speed and they are relatively cheap. Videos usually skip over very important things in c++ and e-books may not be at your learning speed (fast slow).
Keep in mind that you can never lose a youtube video if you book mark it, but you can easily lose a book.

Try basic games like pong and tick tack toe and move a level up every game you make, until you find the level you want to be.

Sorry for the bad grammar, and response!
Last edited on Jul 2, 2015 at 3:30pm
Jul 2, 2015 at 3:34pm
Thanks, but I don't really know how to make graphics. Is there a book for that too?
Jul 2, 2015 at 3:40pm
Maybe but I usually just read online articles/tutorials, you should have pain.net (2D mostly) and widows visual studio 2015 (3D mostly). I cant help you make a game because I just started cpp june of this year but I have a link that might help.

http://www.gamefromscratch.com/page/Game-From-Scratch-CPP-Edition-The-Introduction.aspx
Jul 2, 2015 at 3:48pm
There are several really good c++ books, which in my opinion are always better than the internet tutorials, I think there's a recommendation thing somewhere on this website, can't remember where, maybe FAQs, and there are various multimedia/graphics c++ game programming books out there. I'd recommend the sfml books and I'd advise against visual studio if you are just starting in favour of codeblocks, which in my opinion is much more user friendly, and complies a lot more with standard c++, so is better for learning.
Jul 2, 2015 at 3:50pm
Jul 2, 2015 at 6:42pm
closed account (yR9wb7Xj)
Sign up on udemy.com because they have lectures videos on C++ and more languages FOR FREE and you can learn at your own pace. I honestly have a hard time learning with books, I used udemy.com and tutorial sections on here to learn.
Topic archived. No new replies allowed.