PRofessional C++
網上好像有兩種類型的Professional C++,這本有很多的例子,看完第一章覺得都還不錯,所以打算把余下部分看完。
C++ Primer也是一本好書,但是書上的都是代碼段,對于新手來說,從頭到尾理解比較困難,需要建立在之前有經驗的基礎上。
努力學習!
書本目錄
Introduction
Part 1: Introduction to Professional C++
Chapter 01: A Crash Course in C++
Chapter 02: Design Professional C++ Programs
Chapter 03: Designing with Objects
Chapter 04: Designing with Libraries and Patterns
Chapter 05: Designing for Reuse
Chapter 06: Maximizing Software
Part 2: C++ Coding the Professional Way
Chapter 07: Coding with Style
Chapter 08: Gaining Proficiency with Classes and Objects
Chapter 09: Mastering Classes and Objects
Chapter 10: Discovering Inheritance Techniques
Chapter 11: Writing Generic Code with Templates
Chapter 12: Understanding C++ Quirks and Oddities
Part 3: Mastering Advanced Features of C++
Chapter 13: Effective Memory Management
Chapter 14: Demystifying C++ I/O
Chapter 15: Handling Errors
Part 4: Ensuring Bug-Free Code
Chapter 16: Overloading C++ Operators
Chapter 17: Writing Efficient C++
Chapter 18: Developing Cross-Platform and Cross-Language applications
Chapter 19: Becoming Adept at Testing
Chapter 20: Conquering Debugging
Chapter 21: Delving into the STL: Containers and Iterators
Part 4: Using Libraries and Patterns
Chapter 22: Mastering STL Algorithms and Function Objects
Chapter 23: Customizing and Extending the STL
Chapter 24: Exploring Distributed Objects
Chapter 25: Incorporating Techniques and Frameworks
Chapter 26: Applying Design Patterns
Appendix A: C++ Interviews
Appendix B: Annotate Bibliography
Index
(01) 面向群體
Or maybe you are relatively new to C++, but want to learn the "right" way to program from the start. This book will bring your C++ skills to the professional level.
(02) 書本所設計的內容
Professional C++ is an approach to C++ programming that will both increase the quality of your code and improve your programming efficiency. Professional C++ teaches more than just the syntax and language features of C++. It also emphasizes programming methodologies, reusable design patterns, and good programming style.
(03)書本結構如目錄所示。
新聞熱點
疑難解答
圖片精選