Kurz-Informationen zu diesem Fachbuch

Titel: Concurrency with Modern C++: What every professional C++ programmer should know about concurrency
Untertitel: What every professional C++ programmer should know about concurrency
Zielgruppe: C++-Entwickler
Umfang: 748 Seiten
Preis: 58,91 €
Verlag: ModernesCpp, Rottenburg 2024
ASIN: B0CT41Q1FF
Erscheinungstermin: 20.01.2024
Autor(en): Rainer Grimm, Beatrix Jaud-Grimm

Beschreibung zu diesem Fachbuch

C++11 is the first C++ standard that deals with concurrency. The story goes on with C++17, C++20, and will continue with C++23. I'll give you a detailed insight into the current and the upcoming concurrency in C++. This insight includes the theory and a lot of practice.

C++11 and C++14 have the basic building blocks for creating concurrent or parallel programs.
With C++17, we got the parallel algorithms of the Standard Template Library (STL). That means most of the algorithms of the STL can be executed sequentially, in parallel, or vectorized.
The concurrency story in C++ goes on. With C++20, we got coroutines, atomic smart pointers, semaphores, latches, and barriers.
C++23 supports the first concrete coroutine: std::generator.
With future C++ standards, we can hope for executors, extended futures, transactional memory, and more.

Transparenzhinweis

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

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