关于VC++6.0的问题
vc++6.0运行程序老是报错,后来我直接输入个最简单的也就是教材里最初级的那个输出HELLO的程序。输出窗口显示:
Compiling...
hello.c
d:\vc6.0\msdev98\myprojects\hello\hello.c(1) : error C2059: syntax error : 'constant'
d:\vc6.0\msdev98\myprojects\hello\hello.c(1) : error C2014: preprocessor command must start as first nonwhite space
执行 cl.exe 时出错.
hello.obj - 1 error(s), 0 warning(s)
貌似我安装的VC++有问题?