Effective C++中文版的笔记(8)
>我来写笔记
按有用程度 按页码先后 最新笔记
-
第1页
fleuria论文叔 (Introspection)
g++还有个-Weffc++选项... http://cpptruths.blogspot.com/2006/08/g-compiler-option-weffc.html Warn about violations of the following style guidelines from Scott Meyers’ Effective C++ book: * Item 11: Define a copy constructor and an assignment operator for classes with dynamically allocated memory. * Item 12: Prefer initialization to assignment in constructors. * Item 14: Make destruct... (更多)2012-01-15 17:37:14 4回应

