![]() |
#2
强仔2006-05-26 17:42
|
在.net2005中写了一段简单的代码怎么无法运行啊
#include "stdafx.h"
#include <iostream.h>
using namespace std;
int main(int arc,char* argv[])
{
cout<<"hello world";
return 0;
}
请各位大虾指教