C++ Tutorial for Beginners - Complete Guide to Programming in C++ using Visual Studio Code on Linux
C++ Tutorial for Beginners is A Complete Guide to Programming in C++ using Visual Studio Code on Linux. Go through a complete guide that includes Debugging, Git Source Control, and Creating your First Program using C++ and Visual Studio Code. This is a great place to start learning about C++ and using it to setup a working development environment where you'll be able to setup and program any size program in the future.
Spend time running through the basics and learning how to setup your C++ Visual Studio Code environment on Linux. Beginners learn about creating your first program which is a simple list to keep track of things with multiple users. Also take some time to learn about using Git source control and Debugging which is a great foundation for understanding how to use Visual Studio Code and to program Using C++. This is a complete beginners guide which included 4 hours of material that will help you go step by step through the process of setting up your C++ programming experience.
My Linux Cheat Sheet and 25 Page Checklist here:
๐ https://learn.savvynik.com
Share this free tool and support Small YouTubers
https://editbulk.com
(I made this tool to help creators)
Want more info/content?
https://savvynik.com
Useful Links/Commands:
Discord Link: https://discord.gg/zZD5q92
GitHub Repo of Project - https://github.com/SavvyNik/SimpleList
Download Visual Studio Code - https://code.visualstudio.com/
Name of extensions installed:
1. Code Runner
2. C/C++
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
#c++ #programming #linux