C++ Programming - Size of Basic Data Types using Visual Studio - SavvyNik [Highlight]
C++ Programming [Highlight] where we use Visual Studio Code on Linux. This C++ Tutorial is intended for C/C++ Beginners with Programming in 2022 and will show you how to get the size of basic data types. Basic data types have limits on what they can store and using size of you'll be shown what those limits are. C/C++ is a popular programming language that has many different data types so it's important to understand how to get the size of these data types.
This is a highlight of a live stream. We went over previous C/C++ episodes and did a review. In this review we looked at the sizeof() operator/function and then figured out the size of various different data types in C/C++. If you would like to watch the entire live stream here's a link - https://youtu.be/_5GQdKbeuJc this includes more information and covers more topics on C/C++ programming as a review of the series for C/C++ Beginners.
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 Links/Commands:
Discord Link: https://discord.gg/zZD5q92
00:00 Create a File & Main Function
01:46 Test the Program
03:03 Size Of Data Types in Bytes
05:50 Limits of Data Types using Calc
09:19 More Size of Data Types in Bytes
10:35 Outro
#cpp #programming #highlight