0x01 vscode for c/c++

1, install,

  • Vscode official tutorial: https://code.visualstudio.com…
  • 1. Install MSYS2: https://www.msys2.org/

    MSYS2 is a set of tools and libraries that provide an easy-to-use environment for building, installing, and running native Windows software. It includes a command-line terminal called Mintty, version control systems such as Bash, Git and Subversion, and tools such as tar and awk. The main focus of MSYS2 is to provide a build environment for native Windows software. MSYS2 provides the latest native builds for GCC, MinGW-W64, CPython, CMake, MESON, OpenSSL, FFMPEG, Rust, Ruby, and more. To provide a simple way to install packages and keep them up to date, it provides a package management system called Pacman, which brings many powerful features such as dependency resolution and simple full system upgrades, as well as direct and replicable package builds.
  • Add the path to the C environment installed in Step 1