把所有代码写到xiangqi.cpp里VC中编译,结果:
Compiling...
xiangqi.cpp
D:\test\xiangqi.cpp(105) : error C2065: 'gotoxy' : undeclared identifier
D:\test\xiangqi.cpp(113) : error C2065: 'textcolor' : undeclared identifier
D:\test\xiangqi.cpp(115) : error C2065: 'textbackground' : undeclared identifier
D:\test\xiangqi.cpp(124) : error C2065: 'clrscr' : undeclared identifier
D:\test\xiangqi.cpp(274) : warning C4244: '=' : conversion from 'short' to 'char', possible loss of data
Error executing cl.exe.
xiangqi.exe - 4 error(s), 1 warning(s)
好像少某些头文件吧?graphic?