Advertisement

Looking For Book To Learn The Basics

Started by August 04, 2016 11:14 PM
3 comments, last by Chris Hatch 8 years, 3 months ago

Hey guys!

One of my colleagues wants to tag along as I'm working on a project, and learn in the process. He's devops, so he knows some basics already. I'm keen on helping him out, and teaching him some good and useful stuff, but after our first session it seems there is a big gap he needs to overtake on his own.

I'm looking for a good book to teach the basics of c++, which does not spend too much time on a specific topic (like game development), and touches the surface of most topics.

Cheers,

Pal.

ps.: I did some searching in the forums, but nothing like this came up.

shaken, not stirred

Perhaps this list:

http://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list

Beyond books I really like the C++ content at pluralsight: https://www.pluralsight.com/

I also like the book "Game Programming Patterns" http://gameprogrammingpatterns.com/ . I know you don't want something specific to Game Programming but I still find this to be a good book.

Advertisement

ps.: I did some searching in the forums, but nothing like this came up.

I'm not sure what you searched for, it is a frequently asked question.

My list, with the reasoning for them.

Thanks for the links, c++ primer will be perfect for him. :)

@frob most of the topics were were asking about gamedev books. Anyway, thanks for the list.

shaken, not stirred

I used this series of books in University to get me into the swing of coding initially.

https://www.amazon.co.uk/s/ref=nb_sb_noss_2?url=search-alias%3Daps&field-keywords=Sams+teach+yourself+

They're not game related but they do go into a lot of depth onot the basics of coding fundamentals which translate well into game development.

www.stackoverflow.com is also a must for guidance on coding.

If watchinges videos is your way of learning, for C++, I would recommend http://xoax.net/cpp/crs/console/index.php as well.

This topic is closed to new replies.

Advertisement