![]() |
#2
zhoufeng19882011-07-08 11:31
|

#include<<iostream>>
vodi main()
{
cout<<"hello the world!"<<endl;
}
我刚接触C++ 写了一个简单的程序 可是就是编译出错 我下载的vc6.0 也不提示错误在哪 怎么弄? vodi main()
{
cout<<"hello the world!"<<endl;
}