![]() |
#2
yz8707352007-05-21 11:06
|
各个大哥大姐 ` 我刚学C++ 用Microsoft Visual Studio 2005编写程序
但老是运行不了` 代码都是在书上照着吵写去的 但还是不行
例如:
#include <iostream>
int main()
{
using namespace std;
cout<<"Come up and C++ me some time."<<endl;
return 0;
}