C++ Tutorial for Beginners Ep#3 - Basic Data Types Explained - SavvyNik
C++ Tutorial for Beginners Ep#3 where we review Basic Data Types in C++. This C++ Tutorial is intended for C++ Beginners and will help you understand some Basic Data Types and how they help the system figure out how much memory to allocate. This C++ Tutorial is for Beginners learning the concepts of C++. Use Visual Studio Code or any text editor to follow along. Make sure to subscribe so you can follow the series.
The Basic Data Types that we'll be going over today include int, char, bool, float, double, and void. We talk about what they offer us in C++ and why they have to be defined. These Basic Data Types are the building blocks for storing variables which we'll learn about in the future. Without these Data Types we couldn't store values because the system wouldn't know how much memory to allocate for you. In some programming languages the compiler makes guesses as to what you are using in C++ you have to tell the compiler specifically how much memory to allocate.
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
http://cpp.sh/
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
#computer #learning #cpp