为什么我装的VC++.NET不能运行控制台(DOS)程序呢?
每次都说找不到iostream.h文件。但我的程序在vc6里面都可以运行
2005-10-12 17:17
2005-10-13 12:54
2005-10-13 15:07
这样写 #include <iostream> using namespace std; int main() { ......... }
就可以了.你试试.
2005-10-13 15:30

2005-10-19 09:32
2005-10-25 17:02
2005-10-31 15:55