Setting Up VS Code for C/C++ in Windows
Date:
This is a video I created for my students to set up their VS Code, from installing VS Code to setting the IDE up so that they can write, compile, and run their C/C++ source code.
For more details, you can watch the original video and read the details there LINK.
Resources:
- VS Code download at source
- MinGW-w64 tools including the gcc and g++ compilers download at source
- Read more about setting up VS Code for C/C++ link1 and link2