0
You need downlaod the c++ development for dekstop using c++ package in vs
And the open your developer command window and navigate to the folder where your c++ source file is residing and in the cmd type
cl /EHsc filename.cpp
it will create a .obj and .exe file
Enter the .exe folders name in the cmd and click enter the your program will be executed.