Recent Posts

C++: operator void*

less than 1 minute read

用法有点奇葩的一个 operator。总结自 What does operator void* () mean?。

C++ String

3 minute read

整理自:Thinking in C++, Volume 2

C++: local scope

less than 1 minute read

按 Difference between local scope and function scope 的说法: