Click here to Skip to main content
15,886,137 members
Everything / Programming Languages / C++20

C++20

C++20

Great Reads

by Bruno van Dooren
How concepts can be used in template programming for partial specialization
by Mladen Janković
Improved algorithm for reconstructing game world map from captured game play
by Bruno van Dooren
This article describes a way to hash data using the latest Win32 API and C++
by Claudio Farassino
A small and simple C++ GroupBy with the same syntax and use of DotNet GroupBy

Latest Articles

by Jovibor
Library for parsing internal structures of PE32/PE32+ binary files.
by Coral Kashri
std::string_view can optimize both performance and code readability in code sections which handle strings, but, it can also lead to UB and memory issues if used incorrectly.
by Coral Kashri
How compiler helps code run faster and generates warnings in single cross-compiler way

All Articles

Sort by Score

C++20 

22 Apr 2023 by Coral Kashri
About C++20 Ranges library
22 Apr 2023 by Coral Kashri
More about explicit(bool) C++20
22 Apr 2023 by Coral Kashri
In this article you will see how to save bytes and alignment when containing some types inside a structure.
22 Apr 2023 by Coral Kashri
How compiler helps code run faster and generates warnings in single cross-compiler way
23 Apr 2023 by Coral Kashri
Iterators Customization
24 Apr 2023 by Coral Kashri
std::string_view can optimize both performance and code readability in code sections which handle strings, but, it can also lead to UB and memory issues if used incorrectly.