在.net2005中写了一段简单的代码怎么无法运行啊
<P>在.net2005中写了一段简单的代码怎么无法运行啊<BR>#include "stdafx.h"<BR>#include <iostream.h><BR>using namespace std;<BR>int main(int arc,char* argv[])<BR>{<BR> cout<<"hello world";<BR> return 0;<BR>}<BR>请各位大虾指教</P> #include <iostream.h>改为#include <iostream><BR><BR>页:
[1]
