- 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.
- OpenStack Cloud Computing Cookbook(Third Edition)
- Building a Game with Unity and Blender
- Web交互界面設(shè)計與制作(微課版)
- 深入實踐Spring Boot
- Python Geospatial Development(Second Edition)
- Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API
- Visual C++串口通信技術(shù)詳解(第2版)
- Internet of Things with Intel Galileo
- Microsoft System Center Orchestrator 2012 R2 Essentials
- Building an RPG with Unity 2018
- Python算法詳解
- Oracle GoldenGate 12c Implementer's Guide
- 基于SpringBoot實現(xiàn):Java分布式中間件開發(fā)入門與實戰(zhàn)
- 小程序,巧應(yīng)用:微信小程序開發(fā)實戰(zhàn)(第2版)
- 深入淺出Go語言編程