Добавить
Уведомления

How to run c and c++ Programs on Vs code ?

In this video, I have shown how you can install gcc and g++ compilers to run C and C++ program from Visual Studio Code. Note: Install Code Runner extension on your visual studio code to get the option for running your code. And also install c/c++ extension if it still shows any error. Install GCC The following linux command will install gcc compiler on on Ubuntu 18.04 Bionic Beaver. Open up terminal and enter: $ sudo apt install g++ Install build-essential Another way to install g++ compiler is to install it as part of build-essential package. Additionally the build-essential package will also install additional libraries as well as gcc compiler. In most cases or if unsure this is exactly what you need: $ sudo apt install build-essential vscode: https://code.visualstudio.com/ Facebook : https://web.facebook.com/hasnattanvir014 Linkedin : www.linkedin.com/in/hasnat-tanvir Email me for any business purposes. Mail ID: hasnattanvir014@gamil.com #vscode #programming #programmer #c #c++#linux

Иконка канала JavaScript и Dart
36 подписчиков
12+
18 просмотров
2 года назад
12+
18 просмотров
2 года назад

In this video, I have shown how you can install gcc and g++ compilers to run C and C++ program from Visual Studio Code. Note: Install Code Runner extension on your visual studio code to get the option for running your code. And also install c/c++ extension if it still shows any error. Install GCC The following linux command will install gcc compiler on on Ubuntu 18.04 Bionic Beaver. Open up terminal and enter: $ sudo apt install g++ Install build-essential Another way to install g++ compiler is to install it as part of build-essential package. Additionally the build-essential package will also install additional libraries as well as gcc compiler. In most cases or if unsure this is exactly what you need: $ sudo apt install build-essential vscode: https://code.visualstudio.com/ Facebook : https://web.facebook.com/hasnattanvir014 Linkedin : www.linkedin.com/in/hasnat-tanvir Email me for any business purposes. Mail ID: hasnattanvir014@gamil.com #vscode #programming #programmer #c #c++#linux

, чтобы оставлять комментарии