Repository for the Microsoft C/C++ extension for VS Code
The C/C++ extension adds language support for C/C++ to VisualStudioCode, including features such as IntelliSense and debugging. C/C++ support for VisualStudioCode is provided by a Microsoft C/C++ extension to enable cross-platform C and C++ development on Windows, Linux, and macOS. C++ is a compiled language meaning your program's source code must be translated (compiled) before it can be run on your computer.