How to set up C/C++ in Visual Studio Code! (Linux/Mac/Windows)

5 months ago
11

Welcome back! It's been a while since I uploaded a video, but here we are! I hope you enjoy today's video going through setting up the C/C++ environment in visual studio code!

VSCode Tutorial Page for C/C++:
https://code.visualstudio.com/docs/la...

*NOTE* I forgot to mention that in order to debug the code in VSCode you need a program called gdb which can be installed on the different operating systems like so:
Arch Linux: sudo pacman -S gdb
Ubuntu/Debian: sudo apt-get install gdb
Mac: brew install gdb
Windows: Latest version of VisualC++
(Windows is kind of special and uses their own version of C/C++ and their own debugging software)

credit goes to : https://youtu.be/RsoaVsB5Ak8?si=XkDuzJiiG5YEhXzA

Loading comments...