摘要:
全局变量一般这样定义:1。在一类的.cpp中定义 int myInt;然后再在要用到的地方的.cpp里extern int myInt;这样就可以用了。2。在stdafx.cpp中加入:int myInt;然后在stdafx.h中加入:extern int myInt这样定义以后无论在什么文件中都是... 阅读全文
posted @ 2014-10-15 22:56
Cad人生
阅读(2119)
评论(0)
推荐(0)
浙公网安备 33010602011771号