quantdev.blog

Archives
Log in
const, constexpr, consteval and the zoo
June 6, 2026
quantdev.blog monthly newsletter

Implementing std::variant
April 24, 2026
Introduction C unions are simple and crude. You don't have a way to know what's the currently active type. The destructor is implicitly deleted, and if the...

C++26 pack indexing and more
January 10, 2026
Dear Reader, I would like to explore interesting features that will ship with C++26. One such feature is pack-indexing. The basic mechanics. If you have an...

Implementing vector<T>
Implementing vector
December 31, 2025
Implementing vector<T> If you know std::vector, you know half of C++.- Bjarne Stroustrup The most fundamental STL data-structure is the vector. In this...

`auto` type deduction challenge
`auto` type deduction challenge
December 27, 2025
Introduction This weekend, I tried to solve a fun puzzle - the C++ auto type deduction gauntlet and thought of creating a quick cheatsheet on auto type...

Powered by Buttondown, the easiest way to start and grow your newsletter.