C++ The Comprehensive Guide
ca. € 69,95
Vorbestellbar
Lieferbar ab 06.03.2025
€ 69,95
Sofort verfügbar
Rheinwerk Computing, ISBN 978-1-4932-2626-9
E-Book-Formate: PDF, EPUB, Online
Rheinwerk Computing, ISBN 978-1-4932-2627-6
If you need to know C++, look no further! This comprehensive guide has everything you need to master the modern C++23 language, from syntax fundamentals to advanced development concepts. Follow practical code examples as you learn object-oriented programming, work with standard library containers, program concurrent applications, and more. Don’t just learn how to code—learn how to code better with expert tips and guidance on the rules of compact, secure, and efficient code.
- Your all in one guide to modern C++
- Work with the C++ language, from basic syntax and functions to more advanced features such as pointers and macros
- Learn to use the standard library and containers
-
Code Examples
Use the links in the first line of the listings to open them online in the Compiler Explorer at godbolt.org and copy them if necessary. You can transfer the listings to your IDE this way, or view the program output directly in the Compiler Explorer, experiment with the code, and view modified output online.
If you would like to save the code examples locally, download this zip archive, which also contains all the sources:
In this book, you’ll learn about:
-
Basic to Advanced Programming
Master C++ programming from the ground up. Learn how to code with building blocks such as comments, variables, and functions, and then walk through object-oriented programming. Graduate to advanced concepts, including pointers and templates.
-
The Standard Library
Dive into the C++ standard library, including an in-depth guide to containers: what they can do, what they can’t do, and how to choose the right one for your scenario. Work with streams and files, explore unique syntax, and implement concurrency using threads.
-
Good Coding Practices
Write effective, sustainable code. Dedicated chapters provide guidelines, techniques, and tips for good coding. Put theory into practice with numerous sample programs that you can download to help jump-start your own projects.
Highlights include:
- Language basics
- Statements and expressions
- Structures and classes
- Object-oriented programming
- Containers
- Threading
- Error handling
- Testing
- Pointers
- Interface to C
- Templates
- Best practices