Linux

C++ Linux Tutorial – Setup & Use of Visual Studio Code #1



C++ Tutorial for Beginners Episode 1 where we Setup and Use Visual Studio Code on Linux. This C++ Tutorial is intended for C++ Beginners Programming in 2024. I’ll show you how to setup & use Visual Studio Code (VSCode) on Linux with C++. This is a tutorial C++ tutorial for beginners getting started with Programming on Linux.

My Linux Cheat Sheet and 25 Page Checklist here:
📚

Share this free tool and support Small YouTubers

(I made this tool to help creators)

Want more info/content?

GitHub Repo of Project –

Download Visual Studio Code:

Name of extensions installed:
1. Code Runner
2. C/C++

Windows Dev Setup –
Windows Dev Setup2 –

Installing Visual Studio Code through Terminal:
sudo dpkg -i Downloads/code_1.40.2-1574694120_amd64.deb; sudo apt install -f
NOTE! Make sure to place the proper version number that was downloaded instead of code_1.40.2-1574694120_amd64 it might be code_x.x.deb

[ad_2]

source

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button