课程
/后端开发
/C++
/C++远征之起航篇
如何在VC6 中编译“hello C++”应用程序
2016-11-26
源自:C++远征之起航篇 2-1
正在回答
#include <iostream>
using namespace std;
void main()
{
cout<<"hello C++"<<endl;
system("pause");
}
qq_一點點_04350645 提问者
楼上的,比较正确。
int main( )
{cout<<"hello,c++"<<endl;
return 0;
#include <iostream> #include <stdlib.h> using namespace std; int main() { cout<<"hello c++"<<endl; }
举报
C++亮点尽在其中,本课程是在C语言基础上的一个延伸,得以升华