modern C++
This series is dedicated for people who already have some knowledge about C++ (I'm looking at you "C with classes" developers). If you see anyone (ab)using new
and delete
all over their C++ codebase - point them here.
disclaimer: as many C++ connoisseurs may notice, in these tutorials lies a lot of heresy - this was done on purpose to make learning easier. Over course of tutorials I plan to slowly come back to earlier examples and show where and how I did cut corners.
-
part 12
std::pair
,std::tuple
,std::variant
,std::any
(coming soon)