c_cpp helloworld.cpp

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了c_cpp helloworld.cpp相关的知识,希望对你有一定的参考价值。

#include <iostream>
using namespace std;
int main () {
  cout << "hello world" << endl;
  return 0;
}

以上是关于c_cpp helloworld.cpp的主要内容,如果未能解决你的问题,请参考以下文章

怎样在Visual Studio 中单独运行一个cpp

002_helloworld.cpp

使用gcc命令编译多个文件

linux下使用g++编译cpp工程

Eclipse同时编译多个cpp文件

Eclipse同时编译多个cpp文件