July 11, 2008
Google C++ 编程风格指南(1):头文件(2)
Google C++ 编程风格指南(1):头文件(2)
-inl.h 文件
阅读全文 - 1391 字
July 10, 2008
Google C++ 编程风格指南(0):背景
C++ is the main development language used by many of Google's open-source projects. As every C++ programmer knows, the language has many powerful features, but this power brings with it complexity, which in turn can make code more bug-prone and harder to read and maintain.
C++ 是 Google 很多开源项目使用的主要开发语言。如每个 C++ 程序员知道的,这门语言拥有很多强大的特性,但强大也使之复杂,造成的负面影响是代码更易产生 bug、更难读和维护。
阅读全文 - 2316 字