C++20 - Get The Details 2023

Farid-Khan

Uploader
LV
5
 
Csatlakozás
2023.06.08.
Üzenetek
30,202
Reakció pontszám
200
Díjak
6
Kor
36
mQoQdezU_o.png
English | 2023 | ASIN: B09328NKXK, ISBN-13 ‏: 979-8732989458 | 678 Pages | PDF, EPUB | MB​

C++20 (Rainer Grimm)
Publisher: leanpub.com

C++20 is the next big C++ standard after C++11. As C++11 did it, C++20 changes the way we program modern C++. This change is, in particular, due to the big four of C++20: ranges, coroutines, concepts, and modules.

My book C++20 is a tutorial and a reference for the C++20 standard. It teaches you C++20 and provides details of this new, thrilling C++ standard. The exciting 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 and 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 to infinite data streams.
Thanks to coroutines, asynchronous programming in C++ has become 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 obsolete as the preprocessor. Ultimately, we have faster built time and an easier way to build packages.

🌞 Contents of Download:
📌 C20.epub (Rainer Grimm) (11.66 MB)
📌 C20.pdf (Rainer Grimm) (13.4 MB)

vAvBU3y.gif

⭐C++20 - Get The Details 2023 ✅ (25.05 MB)

NitroFlare Link(s) (Premium Link)
Code:
            
                
                
                    
                   
                    A kód megtekintéséhez jelentkezz be.
					Please log in to view the code.
                
            
        
RapidGator Link(s)
Code:
            
                
                
                    
                   
                    A kód megtekintéséhez jelentkezz be.
					Please log in to view the code.
                
            
        
 
Top Alul