
[vsCode] c++ ๊ฐ๋ฐํ๊ฒฝ ๊ตฌ์ถ
ยท
Tool/vsCode
Visual Studio Code ์์๋ C/C++ ๋ฅผ ์ง์ํฉ๋๋ค. Microsoft C/C++ extension๋ Windows, Linux, and macOS ๋ค์ํ ์ด์์ฒด์ ์์ ๊ฐ๋ฅํฉ๋๋ค. Getting started C/C++ compiler and debugger The C/C++ ํ์ฅ ๊ธฐ๋ฅ์ C++ ์ปดํ์ผ์ด๋ ๋๋ฒ๊น
๊ธฐ๋ฅ์ ์ ๊ณตํ์ง ์์ต๋๋ค. ๊ทธ๋ฌ๋ฏ๋ก ์๋ ์ปดํ์ผ๋ฌ๋ฅผ ์ค์นํด์ผํฉ๋๋ค. Popular C++ compilers are: GCC on Linux GCC via Mingw-w64 on Windows Microsoft C++ compiler on Windows Clang for XCode on macOS ์๋์ฐ์์ ๊ฐ๋ฐ ํ์ค๋ 3๋ฒ์งธ๋ณด๋จ 2๋ฒ์งธ Mingw-w64 ๋ฅผ ์ถ์ฒํฉ๋๋ค. ์ธ๋ฒ์งธ Mi..