Toggle Nav

Tel: +44 (0) 20 8829 3000

Email: customercare@turnaround-uk.com

C++ Crash Course, 2nd Edition

A Fast-Paced Introduction

ISBN-13: 9781718501102

Author(s): Joshua Lospinoso

Subjects: UM

Publisher: PENGUIN RANDOM HOUSE GROUP

Publisher Imprint: No Starch Press

Publication Date: 04-03-2025

Format: Paperback / softback

Availability: In stock

£56.99
C++ Crash Course, 2nd Edition

About the book

This revised second edition gets straight to the core of C++20, the most modern revision of the ISO standard. A new 'Coroutines' chapter introduces a new language feature that lets users express functions that can suspend execution. The 'Iterator' chapter has been replaced with a new chapter called 'Ranges,' the new library that largely replaces iterators in daily programming and allows users to interact with sequences of objects. The added 'Modules' chapter shows how to create and consume library code. Printf has also been replaced with std::format and there are numerous updates throughout.