C++ Tools
Frist : Visual studio code. There are many reasons why Visual Studio Code is a popular choice for C++ development. - Here are a few of the key benefits : • Lightweight and cross-platform. VSCode is a lightweight editor that can be used on Windows, Linux, and macOS • IntelliSense support . VSCode provides IntelliSense support for C++, which helps you to write code more quickly and accurately. Second : MSYS2 There are several reasons why you might want to install MSYS2 for C++ development : • To get a wide range of C++ tools and libraries. • To cross-compile C++ code for other platforms • Using Meson to build your projects.
