C++20: Get the Details, 2023 Edition

C++20: Get the Details, 2023 Edition

Rainer Grimm
0 / 5.0
1 comment
Πόσο σας άρεσε αυτό το βιβλίο;
Ποια είναι η ποιότητα του ληφθέντος αρχείου;
Κατεβάστε το βιβλίο για να αξιολογήσετε την ποιότητά του
Ποια είναι η ποιότητα των ληφθέντων αρχείων;
C++20 is the next big C++ standard after C++11. Like C++11, C++20 changes the way we program
in modern C++. This change mainly results from the addition of Concepts, Modules, Ranges, and
Coroutines to the language.
My book C++20 is both a tutorial and a reference. It teaches you C++20 and provides you with the
details of this new thrilling C++ standard. The thrill factor is mainly due to the big four of C++20:
• Concepts change the way we think about and program with templates. They are semantic
categories for template parameters. They enable you to express your intention directly in the
type system. If something goes wrong, the compiler gives you a clear error message.
• 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 build times and an easier way to build packages.
• The new ranges library supports performing algorithms directly on the containers, composing
algorithms with the pipe symbol, and applying algorithms lazily on infinite data streams.
• Thanks to coroutines, asynchronous programming in C++ becomes mainstream. Coroutines
are the basis for cooperative tasks, event loops, infinite data streams, or pipelines.
Κατηγορίες:
Έτος:
2023
Εκδότης:
Leanpub
Γλώσσα:
english
Σελίδες:
678
ISBN:
B09328NKXK
Αρχείο:
PDF, 6.06 MB
IPFS:
CID , CID Blake2b
english, 2023
Κατεβάστε (pdf, 6.06 MB)
Η μετατροπή σε βρίσκεται σε εξέλιξη
Η μετατροπή σε απέτυχε

Φράσεις κλειδιά