街角_祝福

导航

2012年10月11日 #

查缺补漏

摘要: 1.const//file1.cppint a;//file2.cppextern int a;a++//上述是正确的,但是下面就会出错//file3.cppconst int a;//file4.cppextern int a;a++const会把变量变为局部变量,只允许本文件访问,如果想用con... 阅读全文

posted @ 2012-10-11 10:05 街角_祝福 阅读(129) 评论(0) 推荐(0)