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

ISBN13:9781718501102
ISBN10:1718501102
Binding:Paperback
No. of pages:792 pages
Size:234x177 mm
Language:English
700
Category:

C++ Crash Course, 2nd Edition

A Fast-Paced Introduction
 
Publisher: No Starch Press
Date of Publication:
 
Normal price:

Publisher's listprice:
GBP 56.99
Estimated price in HUF:
27 526 HUF (26 215 HUF + 5% VAT)
Why estimated?
 
Your price:

23 947 (22 807 HUF + 5% VAT )
discount is: 13% (approx 3 578 HUF off)
The discount is only available for 'Alert of Favourite Topics' newsletter recipients.
Click here to subscribe.
 
Availability:

Not yet published.
 
  Piece(s)

 
Long description:
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.