Kurz-Informationen zu diesem Fachbuch

Buchcover C++20: Get the Details (2. Auflage)
Titel: C++20: Get the Details
Untertitel: Get the Details
Umfang: 672 Seiten
Zielgruppe: C++-Entwickler
Autor(en): Rainer Grimm
Preis: 58,78 €
Verlag: ModernesCpp, Rottenburg 2023
ASIN: B0CQNGC2VQ
Aktuelle Version: 2. Auflage
Erscheinungstermin: 19.12.2023

Beschreibung zu diesem Fachbuch

My book C++20 is both: a tutorial and a reference for the C++20 standard. It teaches you C++20 and provides you with the details of this new, thrilling C++ standard. The thrilling factor is mainly due to the big four of C++20.

Concepts change the way we think and program templates. They are semantic categories for the template parameters. They enable you to express your intention directly in the type system. If something goes wrong, you get a clear error message.

The new ranges library enables it to perform algorithms directly on the container, compose the algorithm with the pipe symbol, and apply them onto infinite data streams.
Thanks to coroutines asynchronous programming in C++ becomes mainstream. Coroutines are the base for cooperative tasks, event loops, infinite data streams, or pipelines.

Modules overcome the restrictions of header files. They promise a lot. For example, the separation of header and source files becomes as obsolete as the preprocessor. In the end, we have faster built time and an easier way to build packages.

Weitere Fachbücher

.NET-Bücher von www.IT-Visions.de
Buch-Abo: Ab 99 Euro/Jahr
Alle Bücher von den www.IT-Visions.de-Experten

Weitere Informationen

FAQ zu unseren Büchern
Weitere Veröffentlichungen von www.IT-Visions.de-Experten

Transparenzhinweis

Diese Seite enthält Partner-Links. Wenn Sie auf einen Amazon-Link klicken und dort kaufen, erhalten wir eine Provision.