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