C++ Review #4 for Beginners - Macros & Switch Case | Find the Perimeter Program - SavvyNik
C++ Review for Beginners Ep#4 where we Review the previous 2 videos in the series and expand on C++ switch case and macros. This C++ Review is intended for C++ Beginners and I'll be using Visual Studio Code on Linux and going over if, else, else if 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 switch cases and macros today.
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 #cpp