c語(yǔ)言動(dòng)靜態(tài)存儲(chǔ)
c語(yǔ)言動(dòng)靜態(tài)存儲(chǔ)
為什么我程序在這里寫的可以執(zhí)行,搬到自己的vc++6.0里就不行了?
顯示錯(cuò)誤是這兩行error C2143: syntax error : missing ';' before 'type' ? ? ? ? ? ? ? ? ? ? ? ? ? ?
? ? ? ? ? ? ? ? ? ? ? ? ? ?error C2065: 'x' : undeclared identifier
2017-08-29
http://blog.csdn.net/lcr_happy/article/details/52467693
其實(shí)上網(wǎng)搜一下,就有答案了。這兩個(gè)就是編譯器問(wèn)題,檢查一下有沒(méi)有中文輸入法輸入的字符,聲明位置換一下。