C++ Compiler

Vscode 

807

C++  ?

807

編譯器

Compiler

807

Vscode

807
# 優點

VScode

  • 多延伸模組
  • 負擔小
  • 整合終端機
  • 和很多......

安裝步驟

2.

安裝

 

 

3.

延伸模組

 

# 安裝
// Measure the distance between two points
const distanceBetween = ( p1, p2 ) => {
  const dx = p1[0]-p2[0];
  const dy = p1[1]-p2[1];

  return Math.sqrt( dx*dx + dy*dy );
}

distanceBetween([10,10], [50,50])
# PRESENTING CODE

Code Transitions

WSL

Windows 11 或 比較新的 10

807
wsl --install
# PRESENTING CODE

powershell

輸入指令👇

其實已經裝好了

Made with Slides.com