# C++ / VScode Development ## 編譯流程  ## GCC編譯 需先安裝MinGW,加入環境變數。 C:> gcc hello.c -o hello.exe C:> .\hello.exe  ## IDE  ## VScode 1. task.json 編譯產生 (terminal > configure default build task)(ctrl shift B) 2. launch.json 除錯產生 (run >add configuration )(F5 debugging) ## C編程6步驟 
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up