Learn C++ With Me #3 - Data Types and Variables

preview_player
Показать описание
Welcome back to another video in my Learn C++ With Me series! In this video, we're going to be talking about data types and variables. These are extremely important for coding in C++. I'll teach you how you can create variables, how we can store values, what the different types of variables mean, and other foundational C++ concepts.

⭐️ Timestamps ⭐️
00:00 | Introduction
00:41 | Data Types
09:10 | Variables
13:05 | Variable Naming Rules
16:08 | More Ways to Define Variables

◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️
💰 Courses & Merch 💰

🔗 Social Medias 🔗

🎬 My YouTube Gear 🎬

💸 Donations 💸
◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️

⭐️ Tags ⭐️
- C++
- Coding tutorial
- Tech With Tim
- C++ Tutorial
- Data types
- Variables in C++

⭐️ Hashtags ⭐️
#CodingTutorial #C++
Рекомендации по теме
Комментарии
Автор

I appreciate the over explanation. It's actually super helpful. Thanks!

jennann
Автор

It may be only on linux, but i dont have to include string to use them as a variable.
Love this series, thank you Tim!

maximilianschmidt
Автор

Love your quick uploads dude. Hope to learn more about c++ with you

jodmatthewaclan
Автор

I love the channel man... Great stuff you're a motivation

bennetramasedi
Автор

Thank you sir! Watching all your vids before midterms is helping a lot!

DoubleclickforLs
Автор

easily made my top 5 favorite channels
great content, keep posting, its really helpful

vishvalorant
Автор

You must be a good teacher because even I'm now starting to understand this. Good job!

soundstothecore
Автор

Doing this and open cv from your channel. Great stuff

rc
Автор

Very detailed and clear explanation. Makes learning c++ so much easier and so much more fun. Thank you Tim!

jwtham
Автор

I was looking exactly for this .... Thank you so much

sandil
Автор

tim if you can continue this series until we get to the fun stuff like a coding project decent enough in size so everyone would learn to actually code

HiPhPlover
Автор

Technically a char can and is a single byte integer type. a bool is 0 and anything other than 0, not necessarily 1, bool is also technically an integer type

nerdydrew
Автор

05:19 A string with zero length is actually considered as an empty char array...

arjix
Автор

Now i can learn programming just because of you.

PrinceSingh-qtbv
Автор

You know. I might just put this stuff in front of my python learning. I am seeing a lot of similarities. And maybe in learning this stuff it might help me learn python better as well. I will be some excited when I can make a guess the number game with c++ just like I did with python.

softwhere
Автор

hi just a suggestion please teach the STL and iterators and making our own version of STL

zeroanims
Автор

I like the series. But you forgot about long, short, unsigned, double and long long. Which are the sub-types of the main data type.

neelanjanmukherji
Автор

Tim! Is a terminator the little dot between the two arterisk? *•*

Emily-inws
Автор

Is 0.0 a float? assuming you want the ability to use a decimal value to manipulate it later

mattmo
Автор

there are about 20 ways to delcare an int in c++ :))

yxlxfxf