-
Modern C++ Basics - Lifetime & Type SafetyLifetime Logic: if (resource.alive()) { use(); } else { cry(); }
7 min read English -
Modern C++ Basics - Ranges & AlgorithmsRanges vs. Legacy Code: std::ranges::fight(cling_to_Cpp11_developers)
5 min read English -
Modern C++ Basics - Containersstd::vector, std::map, and std::why_is_my_stack_overflowing
16 min read English -
Modern C++ Basics - Basics ReviewLearning C++: Where Segmentation Fault is Just a Life Metaphor
11 min read English -
C++ modules 折腾记import std;
4 min read Chinese