top of page
The Big C++ Blog
Demystifying CRTP in C++: What, Why, and How
Hello, C++ enthusiasts! 🎉 After a long stretch of planning and work, I’m thrilled to share my latest video with you, where I dive into...
<bit> header
Hi C++ Fans. C++20 introduced many exciting and useful changes to C++. In this post, I will show how to calculate the size of a bit...
constexpr polymorphism
Constexpr polymorphism C++20 introduced many new and exciting features. One of those features is "constexpr polymorphism" Pre-C++20, we...
bottom of page