C++ Tutorial for Beginners Ep#1 - Setup, Intro, & Visual Studio Code - (Linux/Windows 10) - SavvyNik
C++ Tutorial for Beginners Ep#1 where we Setup a Compiler and Use Visual Studio Code on Linux/Windows 10. This C++ Tutorial is intended for C++ Beginners and will help you setup Visual Studio Code on Linux and you'll get help create your first Hello World program. This C++ Tutorial is for Beginners learning the concepts of C++. You don't have to use Visual Studio Code to follow along. Make sure to subscribe so you can follow the series.
This first install method shown will be using a graphical software package manager and the second method is installing the package through a terminal using a shell command. Choose whatever method is easier for you, both are fairly quick. I've also linked a video below to setup things for Windows 10. Look below for information that was mentioned in the video. We'll be posting more videos and start our program soon so stay tuned and make sure to subscribe.
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 Commands/Links:
Windows 10 Compiler Tools Setup - https://youtu.be/hCLIDph7-mU
Visual Studio Code - https://code.visualstudio.com/
Online Compilers:
https://www.onlinegdb.com/online_c++_compiler support up to C++17 http://cpp.sh/ (supports up to C++14)
https://www.programiz.com/cpp-programming/online-compiler/ https://repl.it/languages/cpp
Great list of Online C++ compilers: https://arnemertz.github.io/online-compilers/#tldr
Windows Compiler Tools - GCC (GNU Compiler Collection) MinGW64
Linux Compiler Tools - Build-Essentials (GCC)
Name of extensions installed:
1. Code Runner
2. C/C++ Intellisense
#linux #learning #c++