C++ Review #2 for Beginners - iostream, formatting, and more operators - SavvyNik
C++ Review for Beginners Ep#2 where we Review the previous 2 videos in the series and expand on C++ concepts/topics. This C++ Review is intended for C++ Beginners and I'll be using Visual Studio Code on Linux and going over iostream, operators, and more. This C++ Review 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.
We'll expand on a few topics that were addressed in previous videos of the series. If you haven't already make sure to watch the previous videos of the series in order to catch up. I'll be taking questions about the concepts and trying to show some more examples. We'll cover concepts like iostream, operators, and more.
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
📺Playlists:
Linux Installation Tutorials: https://www.youtube.com/playlist?list=PLKMOdY6Bhga79HzhzEV0pSx5asSXogalI
Linux Help & Talks: https://www.youtube.com/playlist?list=PLKMOdY6Bhga73aciZtlZgLmiKRdrQzyu0
Linux Reviews & Updates - https://www.youtube.com/playlist?list=PLKMOdY6Bhga5fAJjr4ItXN09KXf4dd0zz
C/C++ Linux Programming Series - https://www.youtube.com/playlist?list=PLKMOdY6Bhga7BUgPca5EX1J-JYQIbX5fn
Bash Shell Scripting for Beginners - https://www.youtube.com/playlist?list=PLKMOdY6Bhga5fmUcQQwhfL9thRYp1hZ7
Linux Virtual Machine Installs - https://www.youtube.com/playlist?list=PLKMOdY6Bhga6P1N38oD63-uKe4a6M5vsZ
📺Latest Videos:
Expensive! Linux PC Build - https://youtu.be/QKrqUoF2STk
Beating a World Record (Fastest Typing) - https://youtu.be/JeEU-6cQvY
Top 10! Absolute Beginner Commands on Linux - https://youtu.be/n9tZKKzAHw
tmux Basics Tutorial on Linux - https://youtu.be/4PcVzGYNqqA
Linux Mint Install Tutorial - https://youtu.be/UU4a17jezU
Making Updates on Ubuntu - https://youtu.be/a9s5NUIh42Q
C/C++ 4hr Programming Tutorial - https://youtu.be/FcYs8wtzjVE
Windows SSH Client in CMD Setup - https://youtu.be/JbMgOKlj5fE
Linux Mint 20 Updates - https://youtu.be/SDgFvaAF8-E
Setup Webserver Using CentOS 8 - https://youtu.be/v9lKiunQOxc
Install CentOS 8 - https://youtu.be/4viTo4gulQk
Python Tutorial - https://youtu.be/GgHf4Xi5M80
Using Linux Manual Pages - https://youtu.be/AjnObRn1XMw
Ubuntu Server Install - https://youtu.be/xUH256WAWt0
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/onlinec++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++