Set Up C++ Development With Visual Studio Code on Windows 10 ( VS Code)
In this video I am going to show, How to Set Up C++ Development With Visual Studio Code on Windows 10. We will use MinGW with VS code as our compiler and debugging tool. So First I will show How to install mingw. The we will see how to create, build and compile our first C++ Program on VScode. With an updated VS Code you can do it in the following manner: Hit (Ctrl+P) and type: ext install cpptools Open a folder (Ctrl+K Ctrl+O) and create a new file inside the folder with the extension. cpp (ex: Type in your code and hit save. Press (Ctrl+Shift+P and type, Configure task runner and then select other at the bottom of the list. version : tasks : label : build hello world, type : shell, command : g. .., ProgrammingKnowledge, C++, VisualStudio, VisualStudioCode, Windows10, VScode, MinGW, VScode, CPP, gdb 20180204 DIw02CaEusY
|