
In the case of C++, we also need to install the compiler for the specific To work with a specific programming language, we need to install the correspondingĮxtension. IDE, which enables programmers with different operating systems to use this technology. VSCode is an integrated development environment tool thatĬan enable us to work with different programming languages. It does not require any runtimeĮnvironment like JavaScript, Python and other programming languages require. Notice that this is a standalone application.

The app should run successful and display the hello message. By looking at the project folder, we should see that a new file was created.Īfter the code is compiled, we can run the application from the It links the libraries, include declarations, to the output file orĪssembly. The first command compiles the source code into machineĬode. The code and creates the output file which is a standalone executable Note: Run these commands from the folder location We can do that by following these steps from

The next step is to compile and run the application. We should now have our simple Hello World app code written.

The search result, select the C/C++ extension with intellisense, debugging andĬode browsing. This can be done by searching for C++ from the Extensions view. To be able to code in C++, we need to install the C++Įxtension. VSCode works with extensions, which are libraries to support
