1.引用头文件
- 标准头文件 #include <iostream>
- 自定义头文件 #include "complex.h"
2.防卫式(guard)声明
//以complex.h为例 #ifndef __COMPLEX__ #define __COMPLEX__ /* * * * */ #endif
原文地址:https://www.cnblogs.com/paulprayer/p/10109713.html
时间: 2024-11-10 22:54:09
//以complex.h为例 #ifndef __COMPLEX__ #define __COMPLEX__ /* * * * */ #endif
原文地址:https://www.cnblogs.com/paulprayer/p/10109713.html