Designed for intermediate to advanced programmers, this book gets you straight to the core of C++20 - the most modern revision of the ISO standard. You'll pick up everything from types and functions to the object life-cycle and expressions. The second edition of its bestselling predecessor is completely revised to reflect the latest in C++ code and practices. New and updated coverage includes new chapters on coroutines, concepts, ranges, and writing modules, as well as expanded discussions of popular features, like pro tools for managing builds and dependencies. You'll learn: How to invent your own string class to learn about object lifetimes, ownership, copy, and move semantics; How to craft an alphanumeric histogram generator to investigate program parameters; How to design your own heap for memory management while learning about dynamic allocation; How to make an HTTP client and a TCP echo server using Boost Asio. You'll also discover the high-quality, full-featured facilities available to you through the C++ Standard Library and Boost Libraries, as well as special utility classes, data structures, and algorithms as you use 500 code samples and nearly 100 exercises that will have you manipulating filesystems and building high-performance programs in no time.
Sprache
Verlagsort
Maße
Höhe: 234 mm
Breite: 177 mm
Gewicht
ISBN-13
978-1-7185-0110-2 (9781718501102)
Copyright in bibliographic data and cover images is held by Nielsen Book Services Limited or by the publishers or by their respective licensors: all rights reserved.
Schweitzer Klassifikation
Joshua Lospinoso, PhD is an entrepreneur who served 15 years in the US Army. As a cyber officer, Lospinoso wrote dozens of infosec tools and built and taught the C++ course that United States Cyber Command uses to teach its junior developers. He has spoken at a wide range of conferences, published over twenty peer-reviewed articles, and co-founded a successfully acquired security company. He keeps a blog and is an active contributor to open-source software. Lospinoso holds a PhD in Statistics from the University of Oxford and is a Rhodes Scholar.
Introduction
Part 1: The C++ Core Language
Chapter 1: Up and Running
Chapter 2: Types
Chapter 3: Reference Types
Chapter 4: The Object Life Cycle
Chapter 5: Runtime Polymorphism
Chapter 6: Compile-Time Polymorphism
Chapter 7: Expressions
Chapter 8: Statements
Chapter 9: Functions
Chapter 10: Coroutines
Part 2: C++ Libraries and Frameworks
Chapter 11: Testing
Chapter 12: Smart Pointers
Chapter 13: Utilities
Chapter 14: Containers
Chapter 15: Ranges
Chapter 16: Strings
Chapter 17: Streams
Chapter 18: Filesystems
Chapter 19: Algorithms
Chapter 20: Concurrency and Parallelism
Chapter 21: Network Programming with Boost Asio
Chapter 22: Writing Modules
Chapter 23: Writing Applications