Category: C++
Added: 18th of October 2020
Viewed: 213 times
If you visited my previous tutorial I showed you how to create a simple C++ script, compile and execute this using the linux terminal.
In this tutorial I show you how to install Visual Studio Code, open the same C++ script, compile and execute the code all in one place, avoiding the need to chop and change between your text editor and the terminal.
The first thing to do is download and Install Visual Studio Code by visiting
https://visualstudio.microsoft.com/downloads/
If your using Kubuntu, Ubuntu or other Ubuntu/Debian based distributions select the .DEB package and download.
Once downloaded cd to where the .deb file was downloaded and enter the following command to install.
Replace filename with the file you downloadedb
Other Tips & Tutorials
C++
Install Visual Studio Code in Kubuntu, Ubuntu and Ubuntu based distributions. Compile and execute C++ scriptPosted: 18th of October 2020
Views: 213
C++
Create a simple c++ script using Ubuntu and other Ubuntu based distributionsPosted: 17th of October 2020
Views: 198