Pure Programmer
Home
Archive
Contact
About
C++ Metaprogramming: Using String Literals as Template Parameters
19
Dec, 21
Templates can utilize non-type template parameters (NTTP), which include literal…
Read More
Fancy C++ Enumerations
19
Dec, 21
This post discusses enhancing C++ enumerations by automating the creation…
Read More
Very Simple C++ Unit Testing Framework
19
Dec, 21
Unit testing involves writing code to test software functions, ensuring…
Read More