* VS Code 홈페이지
https://code.visualstudio.com/
* 윈도우용 gcc 컴파일러
MinGW-W64
https://mingw-w64.org/doku.php/download
MinGW 설치시 옵션설명
http://klutzy.nanabi.org/blog/2015/03/05/mingw/
* VS Code에서 C/C++ 사용에 필요한 확장기능
+ C/C++: IntelliSense, debugging, and code browsing.
https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools
+ Code Runner: Run code snippet or code file for multiple languages
https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner
+ CMake Tools: Extended CMake support in Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=vector-of-bool.cmake-tools&ssr=false
* CMake 세팅
https://www.40tude.fr/blog/compile-cpp-code-with-vscode-cmake-nmake
https://www.off-soft.net/ja/software/develop2/vscode-cpp-develop-mingw.html#task
- Posted
- Filed under 개발/그외