c++ 文件增加#ifndef、#define 和 #endif 语句的意义

文件currency.h (或 currencyOverload.h) 包含了 currency类的声明和实现细节。

在文件头, 应该加上语句

#ifndef Currency_
#define Currency_

在文件结尾加上语句

#endif

包含这组语句之内的代码只编译一次

posted @ 2018-06-29 17:31  我当道士那儿些年  阅读(365)  评论(0编辑  收藏  举报