Jul 8, 2024
C/C++
and Code Runner
.gcc -v
to check installation.sudo apt-get install build-essential
.clang -v
to check.xcode-select --install
.MinGW-w64
.MSYS2
, update with pacman -Syu
.pacman -S --needed base-devel mingw-w64-x86_64-toolchain
.bin
folder to Windows PATH environment.g++ --version
in Command Prompt.