07 2020 档案

摘要:学习于千锋教育,c全家桶。 1.c预编译 防止头文件重复包含 方法一。c/c++的标准制定 早 #ifndef 宏#define 宏头文件具体的内容#endif #ifndef __HELLO_H #define __HELLO_H #include "hello.h" #endif 方法二。#pr 阅读全文
posted @ 2020-07-10 11:21 芦苇芦苇 阅读(177) 评论(0) 推荐(0)