How to run C/C++ on Visual Studio Code Windows 10

155 Просмотры
Издатель
This is a tutorial video on how to write and run C/C++ code on Visual Studio Code on Windows 10 .

Commands for downloading gcc and gcb:


GCC For 64 bit system
pacman -S mingw-w64-x86_64-gcc

GCC For 32 bit system
pacman -S mingw-w64-i686-gcc


GDB for 64 bit system
pacman -S mingw-w64-x86_64-gdb

GDB For 32 bit system
pacman -S mingw-w64-i686-gdb
Категория
Язык программирования C++
Комментариев нет.