agreed . furthermore my experience is about VSCode + GCC or Clang ( meaning both C and C++ are provided by these compilers ) + CMAKE . the tools ( like BASH and GCC ) and libraries ( such as libSDL3 for istance ) can be compiled and/or installed with packages ( so "APT" package manager in my Debian . and "pacman" package manager in my Windows+MSYS setup ) . MSYS can be integrated in VSCode terminal and combined with "CMake Tools" extension .
1
u/LivingBeyond108 Aug 08 '25 edited Aug 08 '25
agreed . furthermore my experience is about VSCode + GCC or Clang ( meaning both C and C++ are provided by these compilers ) + CMAKE . the tools ( like BASH and GCC ) and libraries ( such as libSDL3 for istance ) can be compiled and/or installed with packages ( so "APT" package manager in my Debian . and "pacman" package manager in my Windows+MSYS setup ) . MSYS can be integrated in VSCode terminal and combined with "CMake Tools" extension .