C++ Review #1 for Beginners - Character ASCII Table, Size and Limits of Data Types - SavvyNik
C++ Review for Beginners Ep#1 where we Review the last 4 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 go over data types, sizes, compilation, 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 data types, variables, main, and hello world.
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
🖥🖥 MISC Electronics that are Great! 🖥🖥
TP-Link AC1750 Smart WiFi Router (powerful) - https://amzn.to/3aZZI5E
NETGEAR Nighthawk Smart WiFi Router (fast) - https://amzn.to/2RsKQ8d
Streaming Media Player 4K/HD/HDR (entertaining) - https://amzn.to/2JVdlXL
Acer Aspire 5 Slim Laptop, 15.6” HD (cheap) - https://amzn.to/2xbYAxc
OHill Cable Clips, 16 Pack Black (organization) - https://amzn.to/2JV9iuC
Smart Plug Power Adapter (automation) - https://amzn.to/2xabbRx
Outdoor/Indoor Smart Security Camera (security) - https://amzn.to/3e90A9T
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++