U
Apr 22, 2026Understanding `union` vs `std::variant` in C++
💡 Understanding union vs std::variant in C++ (from low-level to modern safety) Let’s start with a...
Apr 22, 20262 min read0 reactions0 comments
Tag archive
💡 Understanding union vs std::variant in C++ (from low-level to modern safety) Let’s start with a...

Last week I had a chat with a few fellow C++ devs, and I was genuinely surprised; some still avoid...

Dê adeus de uma vez por todas ao void*. std::any é um recurso da biblioteca padrão C++...
Prerequistic Knowledge I highly recommend to have some knowledge of c++, threads and...
In this post, we will discover the three different ways you could use the delete specifier in C++. We...