iT邦幫忙

2022 iThome 鐵人賽

DAY 2
0

系統:ubuntu-22.04
需要安裝套件如下(Command):

sudo apt install build-essential
C++:
#include
using namespace std;

int main()
{
cout << "Hello, World!";
return 0;
}

$ g++ -o hello hello.cc
$ ./hello
Hello, World!

https://ithelp.ithome.com.tw/upload/images/20220902/20151652NLqQiynCwv.jpg


上一篇
Day1-C語言的hello_world
下一篇
Day3_Java[Hello_world]
系列文
30種程式語言的[hello_world]及如何建立環境30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言