是,这个程序只能在TC下编译。在VC下会:
--------------------Configuration: help4 - Win32 Debug--------------------
Compiling...
Main.cpp
E:\Microsoft Visual C++\MyProjects\临时\help4\Main.cpp(21) : error C2065: 'textbackground' : undeclared identifier
E:\Microsoft Visual C++\MyProjects\临时\help4\Main.cpp(22) : error C2065: 'clrscr' : undeclared identifier
E:\Microsoft Visual C++\MyProjects\临时\help4\Main.cpp(25) : error C2065: 'window' : undeclared identifier
E:\Microsoft Visual C++\MyProjects\临时\help4\Main.cpp(25) : error C2059: syntax error : ','
执行 cl.exe 时出错.
help4.exe - 1 error(s), 0 warning(s)