C++ Tutorial for Beginners Ep#3 - Basic Data Types Explained - SavvyNik

Channel:
Subscribers:
72,300
Published on ● Video Link: https://www.youtube.com/watch?v=nkLkVriZWxs



Category:
Tutorial
Duration: 7:49
2,376 views
106


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




Other Videos By SavvyNik


2020-10-01How to Dual Boot Ubuntu 20.04 LTS and Windows 10 - UEFI Linux
2020-09-29C++ Tutorial for Beginners Ep#7 - if | else | else if statements (Conditional Statements) - SavvyNik
2020-09-26C++ Review #2 for Beginners - iostream, formatting, and more operators - SavvyNik
2020-09-25How to Create, Resize, or Extend a Linux Swap File | (Ubuntu)
2020-09-23C++ Tutorial for Beginners Ep#6 - iostream - cout, cin, cerr, clog basic input/output - SavvyNik
2020-09-22Dual Boot Ubuntu Server 20.04 LTS and Windows 10 - A Step by Step Install Guide - (UEFI Tutorial)
2020-09-21C++ Tutorial for Beginners Ep#5 - Arithmetic, Relational, Logical, and Bitwise Operators- SavvyNik
2020-09-19C++ Review #1 for Beginners - Character ASCII Table, Size and Limits of Data Types - SavvyNik
2020-09-17C++ Tutorial for Beginners Ep#4 - Declare and Assign Variables - SavvyNik
2020-09-16How to Fix, Restore, or Repair a USB Flash Disk/Drive on Windows 10 (NO data recovery)
2020-09-15C++ Tutorial for Beginners Ep#3 - Basic Data Types Explained - SavvyNik
2020-09-14Create a Muli-Boot USB Drive on Windows - (The Ultimate USB Toolkit 200+ ISOs)
2020-09-12Veloren Online Play - Don't Go Chasing Fireflies... using Linux (Q&A)
2020-09-10C++ Tutorial for Beginners Ep#2 - Main() Function and Hello World! - SavvyNik
2020-09-09C++ Tutorial for Beginners Ep#1 - Setup, Intro, & Visual Studio Code - (Linux/Windows 10) - SavvyNik
2020-09-08Windowsfx / Linuxfx Review - A Linux Clone of Windows 10?
2020-09-07File Checksum & Integrity Check on Windows 10 - File Security [Hash SHA-1/256/384/512/MD5]
2020-09-06Veloren Online Play - Glide Another Day... using Linux (Q&A)
2020-09-05Veloren Online Play - Dungeon Raid Time! (Q&A)
2020-09-03Linux / Mac OSx History Command Tutorial - How to Review your Previously used Commands in Terminal
2020-09-01Linux Command Alias in Shell - Create Your Own Shortcut Commands!