How to Set up Visual Studio Code for C and C++ Programming [UPDATED]

preview_player
Показать описание
In this video ill show you how to setup visual studio code for c/c++ programming on windows , we will first download and Install C/C++ toolset like mingw which is a c/c++ compiler USING MYSYS2 and then we will install c/c++ extention in the vscode.

Command : pacman -S --needed base-devel mingw-w64-ucrt-x86_64-toolchain
Рекомендации по теме
Комментарии
Автор

Thank you so much! Worked pretty well on first run itself.. 👍✌️

CognifrontCalls-ovzc
Автор

First MSYS2 is not available for MacOS users, so the video refers to setting up C++/C in VScode with Windows, second Minimal System for UNIX-like applications could potentially cause some problems within your computer.

FeđaArnautović
Автор

Does this method work if I have a folder with several ".cpp" and ".h" files?

garp_
Автор

Can I do that on a android tablet as well (i have already downloaded the vscode application that is available on playstore).

fishy_
Автор

hello this is very informative can u also tell how to connect mysql to cpp in vs code

pranjali.g