- English Posts
- 中文文章
- Algorithm
- C/C++
- Java
- Python
- Go
- Vim/Neovim
- Potpourri
- gcs
•
•
•
•
•
•
•
•
•
-
C++ Pack, from Static Loop to Static Prime Check
This post introduces C++ Pack and Meta Programming: Static Loop and Static Prime Check.
-
The Introduction of C++ Smart Pointers
This post introduces the RAII concept and three types of C++ smart pointers: std::unique_ptr, std::shared_ptr, and std::weak_ptr.
-
C++ Multi-threading
This post introduces the C++ multi-threading library and its usage.
-
C++临时对象生命周期
本文介绍一个关于C++中临时对象生命周期的例子
-
C++ Value Categories, References, Move Semantics and Perfect Forwarding
This post introduces C++ value categories, lvalue reference, rvalue reference, move semantics and perfect forwarding.