C++ Tutorial [8] - sizeof, auto, and typedef
Channel:
Subscribers:
32,299
Published on ● Video Link: https://www.youtube.com/watch?v=e4RbRwwBkWw
In this episode, I show you how to use sizeof, auto, and typedef in C++. They are cool little tools. Sizeof helps find the size of a variable/object, auto makes c++ a dynamic type language, and typedef allows for custom datatype definitions. #CPlusPlus
Code: https://gitlab.com/kody-simpson/cplusplus-series
Stay Updated!! π
Discord: https://rebrand.ly/discordlink
Twitter: https://twitter.com/kodysimp
More Videos coming soon.
Leave a comment for any future video suggestions.
Other Videos By Kody Simpson
Tags:
C++
sizeof
auto
typedef
auto keyword
C++ keywords
dynamic typing in c++