Visual Studio Code setup on windows for C++ using msvc | 2020

preview_player
Показать описание

In this video, we see how to set up the development environment for C++ on windows system for visual studio code using Microsoft C++ or msvc compiler. This will explain how to compile a basic hello world program without using MinGW on windows
Рекомендации по теме
Комментарии
Автор

Doesn't work at all anymore, getting C1034 errors even after making sure all the right workloads are selected

mikepatterson
Автор

Hello after typing exact text on developer command prompt it shows access is denied
what to do?

anikabushra
Автор

Awesome. Just one question, I am a beginner. Do we need to do this (run configure build task) for every cpp file we create?

soumyakantigiri
Автор

This was super helpful thank you so much! Quick question, I tried changing "Hello World" to "Hello Test" but for some reason the output doesnt update. Any help would be appreciated.😁

cachemoney