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

    Best Book on C++ For Absolute Beginners?

    I have no programming experience. I want to learn c++ from books only, not from any online tutorials. Which are the best books on c++ for absolute beginners, Other Than Primer Plus Plus & book by Kroenig & book by Bjarne Stroustrope? The book must teach in a very simple childish language.

  2. #2
    2kaud's Avatar
    2kaud is offline Super Moderator Power Poster
    Join Date
    Dec 2012
    Location
    England
    Posts
    7,825

    Re: Best Book on C++ For Absolute Beginners?

    You don't say why you want to learn c++. If it is for grame programming, then I would suggest
    Beginning c++ through Game Programing.
    http://www.amazon.co.uk/Beginning-C-...inning+c%2B%2B

    There are also
    Beginning Programming with C++ for Dummies
    http://www.amazon.co.uk/Beginning-Pr...inning+c%2B%2B

    Ivor Horton's Beginning Visual c++ 2012 (There's also previous books covering earlier versions of Visual c++)
    http://www.amazon.co.uk/Ivor-Hortons...inning+c%2B%2B

    c++ from the beginning. Note that this does not cover c++11
    http://www.amazon.co.uk/C-Beginning-...inning+c%2B%2B

    The Deitel series of programming books are also highly regarded by many
    c++ How to Program: Early Objects version
    http://www.amazon.co.uk/How-Program-...deitel+c%2B%2B

    Note that there are many second hand books available on c++ programming - many of which are very cheap. There was a new c++ standard produced in 2011 (C++11). Books with a publication date before 2012 are unlikely to cover this version. The previous c++ standard (produced in 1998 with an update in 2003) is still very widely used. For learning c++ from scratch, I would not recommend any second hand c++ book published prior to about 2005 - however cheap!
    Last edited by 2kaud; December 1st, 2013 at 08:05 AM.
    All advice is offered in good faith only. All my code is tested (unless stated explicitly otherwise) with the latest version of Microsoft Visual Studio (using the supported features of the latest standard) and is offered as examples only - not as production quality. I cannot offer advice regarding any other c/c++ compiler/IDE or incompatibilities with VS. You are ultimately responsible for the effects of your programs and the integrity of the machines they run on. Anything I post, code snippets, advice, etc is licensed as Public Domain https://creativecommons.org/publicdomain/zero/1.0/ and can be used without reference or acknowledgement. Also note that I only provide advice and guidance via the forums - and not via private messages!

    C++23 Compiler: Microsoft VS2022 (17.6.5)

  3. #3
    Join Date
    Dec 2013
    Posts
    3

    Re: Best Book on C++ For Absolute Beginners?

    Hey i m also very new to C++ and i have only done my "Hello World!!" program so far.

    I would like t know if there is anyone who is willing to donate their old copies (Printed) of C++ learning Materials.

    Thanks in advance

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