IT Fashion
A very private tech blog.
Saturday, November 12, 2016
DEV C++
同一个项目(project)下的C源文件,不需要#include“xxxx.c"声明,即可直接调用不同文件的函数和变量(变量需用extern声明,函数不需要extern声明)。如果用了#include“xxxx.c"声明,则编译会报错。但是,宏定义不包括在内,调用不同文件的宏仍需#include“xxxx.c"声明。
没有新建项目,直接打开的 C源文件调用不同文件的函数和变量,需要#include“xxxx.c"声明,否则编译会报错。
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
About Me
itfashion
View my complete profile
No comments:
Post a Comment