Posted 2023-11-09 Joe Chu cpp3 minutes read (About 496 words)Lambda expressionAn introduction of Lambda expression in C++Read more
Posted 2023-11-09 Joe Chu cpp2 minutes read (About 357 words)C++20 new feature - std::spanstd::span was introduced as a new feature in C++20Read more
Posted 2023-11-06 Joe Chu cppa few seconds read (About 17 words)C++ Cheat SheetGreat quick reference for C++ STLRead more
Posted 2023-11-06 Joe Chu cpp2 minutes read (About 319 words)push_back() vs emplace_back()why we use emplace_back()? When should we use emplace_back()?Read more