Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Resources for learning C++ for game programming [closed]

I am a relatively newbie in C++ and have worked in the game industry for a few months. I am looking to get back into the industry and understand that one needs to be a very good C++ programmer (mainly because of how competitive it is to get into making games). I was wondering if there are any really good websites online that would help with that. Basically I am looking for something that would help me master C++ concepts and help me be a good coder through practicing programming examples.

like image 324
Bi. Avatar asked Nov 27 '22 20:11

Bi.


1 Answers

Scott Meyers' books: "Effective C++", "More Effective C++", and "Effective STL" are absolutely essential for you.

Add to that "Modern C++ Design" by Andrei Alexandrescu.

like image 82
Dima Avatar answered Dec 08 '22 09:12

Dima