文本问题.........
我用VC编译C程序的出现了下列错误..--------------------Configuration: 22 - Win32 Debug--------------------
Compiling...
22.c
D:\1\22\22.c(15) : error C2065: 'C80' : undeclared identifier
D:\1\22\22.c(16) : error C2065: 'BLUE' : undeclared identifier
D:\1\22\22.c(17) : error C2065: 'RED' : undeclared identifier
D:\1\22\22.c(35) : error C2001: newline in constant
D:\1\22\22.c(36) : error C2146: syntax error : missing ')' before identifier 'movetext'
我的movtext()函数有")"编译的时候为什么说missing?
另..为什么程序所使用的库函数在VC中必须要先定义?不然编译的时候会出现undefine的警告?