-
August 8th, 2017, 05:01 AM
#1
C++ Books
Last edited by 2kaud; April 10th, 2018 at 10:30 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++20 Compiler: Microsoft VS2019 (16.9.3)
-
December 31st, 2017, 10:32 PM
#2
Re: C++ Books
There is a book which I used to study c++ that’s even good:sams teach yourself c++ in 24 hours.
-
April 10th, 2018, 06:39 AM
#3
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.
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++20 Compiler: Microsoft VS2019 (16.9.3)
-
October 3rd, 2019, 03:03 AM
#4
Re: C++ Books
Great books, helped me a lot. Thanks.
-
March 24th, 2021, 01:28 PM
#5
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
On-Demand Webinars (sponsored)
|