-
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
-
Unix/Linux fork函数的问题 并不适合共享
本文介绍 Unix/Linux 系统调用 fork 函数在虚拟内存管理中的一些问题,说明其并不适合通过全局变量进行通信。