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

Channel:
Subscribers:
8,900
Published on ● Video Link: https://www.youtube.com/watch?v=Fh7cv2a4G2w



Category:
Tutorial
Duration: 9:27
389 views
21


This is a tutorial video on how to write and run C/C++ code on Visual Studio Code on Windows 10 .
Link to download MSYS2:
https://www.msys2.org

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







Tags:
visual studio code c++
visual studio code c++ mac
visual studio code c++ setup
visual studio code c++ tutorial for beginners
visual studio code c program
how to run c in visual studio code
how to run c in visual studio 2019
how to run c in visual studio code windows
how to run c program in visual studio code in windows 10
how to run c program in visual studio
Visual Studio Code
C/C++
vs code c setup
vs code c extension
vs code c include path
run c in vs code