CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2013
    Posts
    4

    C++ Books For A Beginner

    I've decided to learn Maya and C++. I need to learn them both at a professional level for my company that I should be starting this year.

    I was told the best way to learn C++ is not to use websites but to use some eBooks since they go into more detail and such. So I need to pick a book for a 100% complete beginner. As of right now I have C++ Primer Plus (Sixth Edition) and The C++ Programming Language: Special Edition (Third Edition). But Since the The C++ Programming Language (Forth Edition) comes out in like 1-2 months I was thinking on just focusing on Maya till the The C++ Programming Language (Forth Edition) comes out then hit C++ hard. Because I think it would be best to get a eBook that starts from the start to end with C++11 since it is the newest version.

    But are these good choices for a nub to learn C++? I plan on learning Maya and C++ for the next 6 years then put them into practice with a game engine. I do not know C or C# either.

    I want to learn C++ in the correct order and not from a book that will be too confusing or teaches bad habits, or is outdated and such. I'd also like to use any video tutorials such as the Lynda.com which I have, but I'm not sure I should go that way?

    Also it would be nice if there were any actual project tutorials of making a program from start to finish while explaining what to add and why, but I can't really find any. Super simple ones that is.

    If anyone would be kind enough to be a C++ friend and help when I have a question here and there like on Steam, MSN, etc, that would be awesome, if anyone would be interested in that please PM me your details!

    Does anyone have any recommendations?
    Am I on the right track or?

    Thanks!

  2. #2
    Join Date
    Jan 2006
    Location
    Singapore
    Posts
    6,765

    Re: C++ Books For A Beginner

    I expect that you already have a programming background, so work through Accelerated C++ first. It is pre-C++11, but that does not matter so much until you are done with the material.
    C + C++ Compiler: MinGW port of GCC
    Build + Version Control System: SCons + Bazaar

    Look up a C/C++ Reference and learn How To Ask Questions The Smart Way
    Kindly rate my posts if you found them useful

  3. #3
    2kaud's Avatar
    2kaud is online now Super Moderator Power Poster
    Join Date
    Dec 2012
    Location
    England
    Posts
    7,822

    Re: C++ Books For A Beginner

    There are a couple of decent c++ books that teach c++ through game development.

    Beginning C++ Game Programming (Premier Press Game Development)
    http://www.amazon.co.uk/Beginning-Pr...9978606&sr=1-3

    Beginning C++ Through Game Programming
    http://www.amazon.co.uk/Beginning-C-...9978606&sr=1-1

    Once you understand the basics of c++ I suggest
    C++ for Game Programmers (Charles River Media Game Development)
    http://www.amazon.co.uk/Programmers-...9978606&sr=1-2

  4. #4
    2kaud's Avatar
    2kaud is online now Super Moderator Power Poster
    Join Date
    Dec 2012
    Location
    England
    Posts
    7,822

    Re: C++ Books For A Beginner

    A note of warning. There are some very cheap c++ books available second hand from Amazon, **** etc. Some of these books were written before the advent of the ANSI c++ standard and refer to non-ANSI conformant c++ syntax. If you are tempted by any book written before about 2001 then be careful!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured