最新文章

C++: Template Trait

少于 1 分钟阅读

具体见 Traits: a new and useful template technique。这里只说下感想:

C++: operator void*

少于 1 分钟阅读

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

C++ String

3 分钟阅读

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

C++: local scope

少于 1 分钟阅读

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