harttle.github.io
harttle.github.io copied to clipboard
2015/07/20/effective-cpp-2
Effective C++ 2:避免使用define | Harttle Land
尽量使用常量、枚举和内联函数,代替#define。
谢谢大佬让我知所以然...