logo

EbookBell.com

Most ebook files are in PDF format, so you can easily read them using various software such as Foxit Reader or directly on the Google Chrome browser.
Some ebook files are released by publishers in other formats such as .awz, .mobi, .epub, .fb2, etc. You may need to install specific software to read these formats on mobile/PC, such as Calibre.

Please read the tutorial at this link:  https://ebookbell.com/faq 


We offer FREE conversion to the popular formats you request; however, this may take some time. Therefore, right after payment, please email us, and we will try to provide the service as quickly as possible.


For some exceptional file formats or broken links (if any), please refrain from opening any disputes. Instead, email us first, and we will try to assist within a maximum of 6 hours.

EbookBell Team

C20 Get The Details 2023 Edition Rainer Grimm

  • SKU: BELL-59083106
C20 Get The Details 2023 Edition Rainer Grimm
$ 31.00 $ 45.00 (-31%)

4.3

58 reviews

C20 Get The Details 2023 Edition Rainer Grimm instant download after payment.

Publisher: Leanpub
File Extension: PDF
File size: 6.06 MB
Pages: 678
Author: Rainer Grimm
ISBN: B09328NKXK
Language: English
Year: 2023

Product desciption

C20 Get The Details 2023 Edition Rainer Grimm by Rainer Grimm B09328NKXK instant download after payment.

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.

Related Products