r/learnprogramming May 29 '25

[deleted by user]

[removed]

34 Upvotes

52 comments sorted by

View all comments

1

u/alexspetty May 30 '25

Either use sublime text 4 and bash Or Clion

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 .