如:a.cpp 声明
int a=9;
要在b.cpp文件中使用变量 a
extern int a;
int b=1;
cout<<a+b;
结果为10;
posted on 2014-12-01 18:16 lvlv岁月流逝 阅读(2103) 评论(0) 编辑 收藏 举报