The Best C plus plus Book
时间: 2023-10-02 07:04:05 浏览: 148
There are a lot of great C++ books out there, but some of the most highly recommended ones include:
1. "C++ Primer" by Lippman, Lajoie, and Moo
2. "Effective C++" by Scott Meyers
3. "The C++ Programming Language" by Bjarne Stroustrup
4. "Accelerated C++" by Andrew Koenig and Barbara E. Moo
5. "Modern Effective C++" by Scott Meyers
These books cover a broad range of topics and are suitable for both beginners and experienced programmers. Ultimately, the best book for you will depend on your specific needs and learning style.
相关问题
c primer plus
C Primer Plus is a book written by Stephen Prata and published by Addison-Wesley Professional. It is a comprehensive introduction to the C programming language, covering topics such as data types, control statements, arrays, functions, pointers, structures, file handling, dynamic memory allocation, and more advanced topics such as recursion and the preprocessor.
The book is designed for beginners, but it also provides a good reference for intermediate and advanced programmers. It includes practical examples and exercises that help readers to apply the concepts they learn to real-world programming problems.
C Primer Plus is a popular book among programmers and students who want to learn the C programming language. It is considered one of the best books on C programming, and it has been translated into different languages.
阅读全文