1. 程式人生 > >Ubuntu16 VScode配置C++

Ubuntu16 VScode配置C++

1.安裝C++外掛,擴充套件中搜索C++

安裝 C/C++,C/C++ Clang,C++ Intellisense

 2.新建資料夾hello,新建cpp檔案hello.cpp

3. 

3.按 F5

選擇 C++(GDB)

 

生成launch.json檔案,修改program 

 4.按 Ctrl+Shift+B

配置Tasks,選擇Others

修改tasks.json配置 command為"g++"

新增args ,group配置

 

 5.按Ctrl+Shfit+B 生成a.out檔案

按F5 執行