Menulis C++ di Visual Studio Code
Penting untuk diketahui bahwa menulis C++ di Visual Studio Code diperlukan tambahan aktivitas, yaitu :
1. Download the latest installer from the MSYS2 page or use this https://github.com/msys2/msys2-installer/releases/download/2024-12-08/msys2-x86_64-20241208.exe
2. In this terminal, install the MinGW-w64 toolchain by running the following command:
pacman -S --needed base-devel mingw-w64-ucrt-x86_64-toolchain
3. Enter `Y` when prompted whether to proceed with the installation.