2014年12月1日

摘要: 如:a.cpp 声明int a=9;要在b.cpp文件中使用变量 aextern int a;int b=1;cout<<a+b;结果为10; 阅读全文
posted @ 2014-12-01 18:16 lvlv岁月流逝 阅读(2091) 评论(0) 推荐(0) 编辑

导航