C++编码规范
摘要:头文件包含关系: 1.#include "本cpp文件的h文件"(验证h的依赖自己已经包含) 2..#include <标准C.h> 3..#include <标准C++> 4..#include <windows|linux平台接口.h> 5..#include "第三方库.h" 6.#inclu
阅读全文
posted @ 2017-09-18 10:24
posted @ 2017-09-18 10:24
posted @ 2017-09-15 19:28
posted @ 2017-09-15 19:14
posted @ 2015-06-09 14:22