- Expert C++
- Vardan Grigoryan Shunguang Wu
- 194字
- 2021-06-24 16:33:50
Preface
This book will provide readers with details of C++ programs with regard to the C++17 and C++20 standards, and how they are compiled, linked, and executed. It will also cover how memory management works, what the best practices are as regards memory management problems, what classes are and how they are implemented, how a compiler optimizes code, and what the compiler's approach is in terms of supporting class inheritance, virtual functions, and templates.
The book will also tell readers how to apply memory management, object-oriented programming, concurrency, and design patterns to create world-ready production applications.
Readers will learn the inner details of efficient data structures and algorithms, and will understand how to measure and compare them to choose what fits best for a specific problem.
This book will help readers to incorporate system design skills with essential design patterns into C++ applications.
By way of a bonus, the book also provides an introduction into the AI world, including machine learning basics using the C++ programming language.
By the end of this book, readers should be confident enough to design and architect real-world, scalable C++ applications using efficient data structures and algorithms.
- 大話PLC(輕松動漫版)
- 程序員數學:用Python學透線性代數和微積分
- 編寫高質量代碼:改善Python程序的91個建議
- Java開發入行真功夫
- Web Application Development with MEAN
- Mastering C++ Multithreading
- Illustrator CC平面設計實戰從入門到精通(視頻自學全彩版)
- Arduino可穿戴設備開發
- Python青少年趣味編程
- STM8實戰
- Android移動應用項目化教程
- Practical Maya Programming with Python
- 大學計算機應用基礎(Windows 7+Office 2010)(IC3)
- Learning Cocos2d-JS Game Development
- 算法超簡單:趣味游戲帶你輕松入門與實踐