怎么用VC++写在纯DOS下运行的程序?
我作了一个启动盘,里面只有ghost、diskman等几个程序,我想自己写一个自己想要的程序,我于是用VC++新建工程时选择了Win32 Console Application,可是写出来的程序还是不能在纯DOS下运行,上面提示:Can not run in DOS.
[解决办法]
VC是不行的,用DOS下的C++编译器,比如TC,编译你的程序吧。
[解决办法]
use 16-bit compiler eg.tc
don't pray to use vc