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

Thread: C++ Books

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

    C++ Books

    These are links to thread discussions re c++ books.

    http://forums.codeguru.com/showthrea...-books-about-C
    http://forums.codeguru.com/showthrea...65#post2216665

    Also these are c++ books written by our own gurus

    * Professional c++ by Marc Gregoire
    https://www.amazon.co.uk/Professiona...ywords=c%2B%2B

    * Modern c++ Programming Cookbook by Marius Bancila
    https://www.amazon.co.uk/Modern-Prog...mming+Cookbook

    * The Modern C++ Challenger by Marius Bancila
    https://www.amazon.co.uk/Modern-Chal...ywords=c%2B%2B
    Last edited by 2kaud; April 10th, 2018 at 10:30 AM.

  2. #2
    Join Date
    Mar 2017
    Posts
    105

    Re: C++ Books

    There is a book which I used to study c++ that’s even good:sams teach yourself c++ in 24 hours.

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

    Re: C++ Books

    There is now an e-book available for c++17. This covers (will cover) all the new language and library features in C++17 (assuming you already have a good grasp of c++).

    c++17 The Complete Guide by Nicolai Josuttis (well known and respected author within the c++ community).

    See https://leanpub.com/cpp17
    Last edited by 2kaud; April 10th, 2018 at 06:42 AM.

  4. #4
    Join Date
    Feb 2017
    Posts
    677

    Re: C++ Books

    Here is an open-access research article called "Thriving in a crowded and changing world: C++ 2006–2020". The author is no less than Bjarne Stroustrup, the founder of C++. Even if it is not a book, it should count as a book since it is over 150 pages long,

    https://dl.acm.org/doi/10.1145/3386320

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