为了账号安全,请及时绑定邮箱和手机立即绑定

如何在VC6 中编译“hello C++”应用程序

如何在VC6 中编译“hello C++”应用程序

正在回答

4 回答

#include <iostream>

using namespace std;

void main()

{

cout<<"hello C++"<<endl;

system("pause");

}

0 回复 有任何疑惑可以回复我~
#1

qq_一點點_04350645 提问者

非常感谢!
2016-12-01 回复 有任何疑惑可以回复我~

楼上的,比较正确。

0 回复 有任何疑惑可以回复我~

#include <iostream>

using namespace std;

int main( )

{cout<<"hello,c++"<<endl;

}

return 0;

0 回复 有任何疑惑可以回复我~
#include <iostream>
#include <stdlib.h>
using namespace std;
int main()
{
	cout<<"hello c++"<<endl;
}


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
C++远征之起航篇
  • 参与学习       291032    人
  • 解答问题       760    个

C++亮点尽在其中,本课程是在C语言基础上的一个延伸,得以升华

进入课程

如何在VC6 中编译“hello C++”应用程序

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信