C++ Crash Course, 2nd Edition: A Fast-Paced Introduction
Learning C++ doesn’t need to be difficult! Build your knowledge brick by brick with C++ Crash Course.

C++ is one of the most widely used languages for real-world, performance-based software. In the hands of a knowledgeable programmer, C++ can produce small, efficient, and readable code.

Designed for intermediate to advanced programmers, C++ Crash Course gets you straight to the core of C++20, the most modern revision of the ISO standard. You’ll learn everything from types and functions to the object life cycle and expressions. Then you’ll discover the high-quality, full-featured facilities available to you through the C++ Standard Library and Boost Libraries. You’ll cover special utility classes, data structures, and algorithms, and learn how to manipulate file systems and build high-performance programs that communicate over networks. C++ Crash Course has well over 500 code samples and nearly 100 exercises to help you practice as you learn.

Throughout your journey, you’ll:
  • Learn unit testing and mocking by programming the brakes on an autonomous vehicle using test-driven development
  • Invent your own string class to learn about object lifetimes, ownership, copy, and move semantics
  • Discover runtime polymorphism by creating a logging system for bank transactions
  • Design your own heap for memory management while learning about dynamic allocation
  • Investigate program parameters passing by crafting an alphanumeric histogram generator
  • Build a recursive directory-listing program while studying the filesystem library
  • Architect a multithreaded integer factorization during your study of concurrency and parallelism
  • Make an HTTP client and a TCP echo server using Boost Asio

This second edition 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. There are expanded discussions of popular features, including tools for managing builds and dependencies.

After reading this book, youʼll have a strong, working knowledge of how to employ modern C++ to build high-performance, cross-platform applications.
"1138441176"
C++ Crash Course, 2nd Edition: A Fast-Paced Introduction
Learning C++ doesn’t need to be difficult! Build your knowledge brick by brick with C++ Crash Course.

C++ is one of the most widely used languages for real-world, performance-based software. In the hands of a knowledgeable programmer, C++ can produce small, efficient, and readable code.

Designed for intermediate to advanced programmers, C++ Crash Course gets you straight to the core of C++20, the most modern revision of the ISO standard. You’ll learn everything from types and functions to the object life cycle and expressions. Then you’ll discover the high-quality, full-featured facilities available to you through the C++ Standard Library and Boost Libraries. You’ll cover special utility classes, data structures, and algorithms, and learn how to manipulate file systems and build high-performance programs that communicate over networks. C++ Crash Course has well over 500 code samples and nearly 100 exercises to help you practice as you learn.

Throughout your journey, you’ll:
  • Learn unit testing and mocking by programming the brakes on an autonomous vehicle using test-driven development
  • Invent your own string class to learn about object lifetimes, ownership, copy, and move semantics
  • Discover runtime polymorphism by creating a logging system for bank transactions
  • Design your own heap for memory management while learning about dynamic allocation
  • Investigate program parameters passing by crafting an alphanumeric histogram generator
  • Build a recursive directory-listing program while studying the filesystem library
  • Architect a multithreaded integer factorization during your study of concurrency and parallelism
  • Make an HTTP client and a TCP echo server using Boost Asio

This second edition 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. There are expanded discussions of popular features, including tools for managing builds and dependencies.

After reading this book, youʼll have a strong, working knowledge of how to employ modern C++ to build high-performance, cross-platform applications.
35.99 Pre Order
C++ Crash Course, 2nd Edition: A Fast-Paced Introduction

C++ Crash Course, 2nd Edition: A Fast-Paced Introduction

by Joshua Lospinoso
C++ Crash Course, 2nd Edition: A Fast-Paced Introduction

C++ Crash Course, 2nd Edition: A Fast-Paced Introduction

by Joshua Lospinoso

eBook

$35.99 
Available for Pre-Order. This item will be released on March 4, 2025

Available on Compatible NOOK devices, the free NOOK App and in My Digital Library.
WANT A NOOK?  Explore Now

Related collections and offers


Overview

Learning C++ doesn’t need to be difficult! Build your knowledge brick by brick with C++ Crash Course.

C++ is one of the most widely used languages for real-world, performance-based software. In the hands of a knowledgeable programmer, C++ can produce small, efficient, and readable code.

Designed for intermediate to advanced programmers, C++ Crash Course gets you straight to the core of C++20, the most modern revision of the ISO standard. You’ll learn everything from types and functions to the object life cycle and expressions. Then you’ll discover the high-quality, full-featured facilities available to you through the C++ Standard Library and Boost Libraries. You’ll cover special utility classes, data structures, and algorithms, and learn how to manipulate file systems and build high-performance programs that communicate over networks. C++ Crash Course has well over 500 code samples and nearly 100 exercises to help you practice as you learn.

Throughout your journey, you’ll:
  • Learn unit testing and mocking by programming the brakes on an autonomous vehicle using test-driven development
  • Invent your own string class to learn about object lifetimes, ownership, copy, and move semantics
  • Discover runtime polymorphism by creating a logging system for bank transactions
  • Design your own heap for memory management while learning about dynamic allocation
  • Investigate program parameters passing by crafting an alphanumeric histogram generator
  • Build a recursive directory-listing program while studying the filesystem library
  • Architect a multithreaded integer factorization during your study of concurrency and parallelism
  • Make an HTTP client and a TCP echo server using Boost Asio

This second edition 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. There are expanded discussions of popular features, including tools for managing builds and dependencies.

After reading this book, youʼll have a strong, working knowledge of how to employ modern C++ to build high-performance, cross-platform applications.

Product Details

ISBN-13: 9781718501119
Publisher: No Starch Press
Publication date: 03/04/2025
Sold by: Penguin Random House Publisher Services
Format: eBook
Pages: 792

About the Author

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.

Table of Contents

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
From the B&N Reads Blog

Customer Reviews