C++ Crash Course, 2nd Edition

by Joshua Lospinoso
C++ Crash Course, 2nd Edition
  • ISBN-13: 9781718501102
  • Author(s): Joshua Lospinoso
  • Subject: Computer programming / software development
  • Publisher: Penguin Random House Group
  • Imprint: No Starch Press
  • Publication Date: 18-06-2024
  • Format: p/b

Availability: Not yet available

£56.99
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.
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.