Pure Programmer
Home
Archive
Contact
About
C++ Character Encoding: char vs wchar_t vs Unicode
23
Oct, 24
The char type in C++, derived from C, has evolved…
Read More
C++ Metaprogramming: Recursive Template Functions
20
Oct, 24
The content discusses recursive function definitions in C++ using both…
Read More
C++ Metaprogramming: Using Concepts
14
Oct, 24
C++20 introduces concepts, a feature that allows developers to specify…
Read More
C++ Metaprogramming: Recursive Template Classes
13
Oct, 24
The content discusses the use of C++ template mechanisms to…
Read More
C++ Metaprogramming: Variadic Templates and Parameter Packs
13
Oct, 24
C and C++ support variadic functions, historically prone to errors…
Read More
Safely Adding Global Functions and Class Methods
13
Oct, 24
The content explains how to create global functions and add…
Read More
C++ Metaprogramming: Non-Type Template Parameters (NTTP)
12
Oct, 24
In C++, Non-Type Template Parameters (NTTPs) allow for values like…
Read More