Тёмный
No video :(

C++ Programming Tutorial 15 - Intro to C++ Data Types 

Caleb Curry
Подписаться 630 тыс.
Просмотров 53 тыс.
50% 1

Start your software dev career - calcur.tech/de... 💯 FREE Courses (100+ hours) - calcur.tech/al...
🐍 Python Course - calcur.tech/py...
✅ Data Structures & Algorithms - calcur.tech/ds...
~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~
✉️ Newsletter - calcur.tech/ne...
📸 Instagram - / calebcurry
🐦 Twitter - / calebcurry
🔗 LinkedIn - / calebcurry
▶️ Subscribe - calcur.tech/sub...
👨🏻‍🎓 Courses - www.codebreakt...
~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~
↪ My Amazon Store - www.amazon.com...
🅿 Patreon - calcur.tech/pat...
🅖 GitHub Sponsors - github.com/spo...
Ⓟ Paypal - paypal.me/calcur
🅑 Bitcoin - 3HnF1SWTzo1dCU7RwFLhgk7SYiVfV37Pbq
🅔 Eth - 0x350139af84b60d075a3a0379716040b63f6D3853
📈 Buy Bitcoin - calcur.tech/cr...
Reserve the Ruby Steel crypto rewards card and get a $25 bonus (use affiliate code "Caleb") - calcur.tech/cr...

Опубликовано:

 

15 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 54   
@codebreakthrough
@codebreakthrough 5 лет назад
Learn Javascript - bit.ly/JavaScriptPlaylist Learn Java - bit.ly/JavaPlaylist Learn C# - bit.ly/CSharpTutorialsPlaylist Learn C++ - bit.ly/CPlusPlusPlaylist Learn C - bit.ly/CTutorialsPlaylist
@danwhitmer8675
@danwhitmer8675 3 года назад
I downloaded your Rad Studio and I would love to use it but, When I run a project it runs and then closes at the end of it. I can't see what was on the screen because the console closes. Can you point me in the right direction to fix this so I can use Rad Studio. Thanks
@J0nDaFr3aK
@J0nDaFr3aK 4 года назад
best ending ever!
@freedom13245
@freedom13245 3 года назад
You're very prepared and hilarious man haha, Love this series, thanks a lot!
@mohammedmhilal4129
@mohammedmhilal4129 3 года назад
Enjoying the series this far. Very informative and Caleb is funny.
@souljarohill8795
@souljarohill8795 10 месяцев назад
As someone who will be graduating soon I think this video is crucial no matter if your programming in C++ or another language. Why? Understanding these data types help you understand what the computer is doing. When you make a pointer and are learning it I think a lot of the confusion comes from what exactly the pointer is. Understanding that at its core its basically a data type helps me. Like an int can store whole numbers, a pointer stores memory address. same for classes. Classes hold objects. inside of those objects are the data that helps make up the class. Depednig on if its private or public you may need to use a function to access the data. In the core of it all however, its just different data types.
@jogarule
@jogarule 5 лет назад
5 seconds in and I have been defeated lmfao Good stuff, thank you for this!
@yiqingwang9868
@yiqingwang9868 4 года назад
I've been looking for this for so long. Thank you so much!
@user-he3kk7lf4f
@user-he3kk7lf4f 5 лет назад
I am so Excited to learn some new cool stuff and create our own classes and many other stuff !! please Upload regularly Caleb....
@dennisikupu8567
@dennisikupu8567 Год назад
#include using namespace std; int main () { cout
@Gundice_the_cryomancer
@Gundice_the_cryomancer 2 года назад
I am an Accountant and C++ is giving me headaches, great videos by the way.
@prathameshkale1468
@prathameshkale1468 Год назад
Just curious how is life going so far? Did you complete the C++ series?
@MrCleverOnion
@MrCleverOnion 3 года назад
I subscribed for the informative vids and because the ending lol
@dubs3146
@dubs3146 5 лет назад
What happened to Lil' Suzan
@xake995
@xake995 4 года назад
We need bill
@squidly1369
@squidly1369 3 года назад
@@xake995 we need both tho....................................
@steph291
@steph291 5 лет назад
I have codeblocks on linux running through ssh on my win7 workstation... why would I install c++builder ? any r.a.d. tools ? btw thumb up for those tutorials !
@douglasposho9299
@douglasposho9299 3 года назад
You are a life saver.
@aurorakruger2102
@aurorakruger2102 3 года назад
Thank you so much! awesome explanation!
@syeedtalha1550
@syeedtalha1550 4 года назад
Awesome !!!! Carry on bro.
@reddykittu5057
@reddykittu5057 5 лет назад
Tell about your sponsor at the end of the video 😅
@michaelswagson4457
@michaelswagson4457 3 года назад
You look like you need some Embarcadero in your life.
@Hello-iq5ux
@Hello-iq5ux 3 года назад
@@michaelswagson4457 fr
@KennedyAbubakar
@KennedyAbubakar 4 года назад
the thumbnail looks lyk shaggy 😂
@cnash5647
@cnash5647 2 года назад
Having a flexible datatype would be nice, but I imagine that figuring whether some random number in a variable is gonna be an integer/double/float, or a string/char, is going to be very confusing and exhausting if the same case is implemented throughout a large script. Good to have options though when given.
@Debugnus
@Debugnus 5 лет назад
LOL great entertaining videos! thanks
@sneekezy4136
@sneekezy4136 3 года назад
JavaScript does have data types, just you don't declare it while you declare the variable. JavaScript is flexible in this way, but I agree with you, I think C++ is better, as you can see the data type without having to "console log" it or something like that.
@codebreakthrough
@codebreakthrough 3 года назад
Yea, the data itself has to be typed. But variables aren’t restricted to a specific type defined at compile time in js. Great thoughts!!
@holly4367
@holly4367 2 года назад
I liked the video at « you neeeeerds » xD
@markrolandquiachon5277
@markrolandquiachon5277 Год назад
What app in App Store you can recommend to me guys? Only for c++ hehe thanks
@danwhitmer8675
@danwhitmer8675 3 года назад
I downloaded your Rad Studio and I would love to use it but, When I run a project it runs and then closes at the end of it. I can't see what was on the screen because the console closes. Can you point me in the right direction to fix this so I can use Rad Studio. Thanks
@michaelblanchard3587
@michaelblanchard3587 4 года назад
is there a float data type like in C? Or do you just use double instead
@KishoreG2396
@KishoreG2396 4 года назад
Yes there is, its called "float"
@faressaad3054
@faressaad3054 3 года назад
akhoia caleb
@underratedsupremehuman6311
@underratedsupremehuman6311 3 года назад
ابو شوقي
@allanovelha1969
@allanovelha1969 Год назад
thanks for remind me to subscribe, I haven't done yet lol :P
@GavinCardeno
@GavinCardeno 2 года назад
he just summed up my summer CISP class in 9 minutes... that's pretty sad
@dralpha9681
@dralpha9681 3 года назад
Why the views decreasing?
@fizamukhtar3442
@fizamukhtar3442 3 года назад
nice
@vectors8841
@vectors8841 Год назад
Woulda been cool if you had actually explained why these even exist.
@creativexgamer5845
@creativexgamer5845 Год назад
1:10
@solidstatedrive.
@solidstatedrive. Год назад
this is a certified nerd moment
@underratedsupremehuman6311
@underratedsupremehuman6311 3 года назад
انت رجولة 3>
@errornotgonatel7185
@errornotgonatel7185 2 года назад
A browny 🤔😂
@sai101f
@sai101f 4 года назад
too bad RAD IDE not for mac "at least the free version"
@AndrewTSq
@AndrewTSq 4 года назад
Datatypes is what makes c++ feel like a 60 year old language.
@XolaMbusi
@XolaMbusi 11 месяцев назад
How
@AndrewTSq
@AndrewTSq 11 месяцев назад
@@XolaMbusi when you write something on a paper, your brain automaticly knows that this is a number, this is a string. I think the compiler could look at the code, and in many cases figure out what is going on. Now with AI on the rise, a AI could do this for you . But its been a while since i wrote my post, and its not datatypes that is giving le bugs in the code i wish it was :)
@misterengineer6187
@misterengineer6187 4 года назад
Yes Daddy, fill me with your information!
@flocela
@flocela Год назад
lol - not the right word!
@hey0173
@hey0173 3 года назад
can u pls ask questions and give us challenges after videos its pretty darn boring if we dont get challenges
@aperture0
@aperture0 2 года назад
there are plenty of platforms to practice questions. Why do you want spoon feeding lol?
@abodisom_official
@abodisom_official 5 месяцев назад
Kon kon 2024 me dekh rah ho😂
Далее
C Programming Tutorial 16 - Comments
7:31
Просмотров 30 тыс.
ROLLING DOWN
00:20
Просмотров 7 млн
Why i think C++ is better than rust
32:48
Просмотров 294 тыс.
Master Pointers in C:  10X Your C Coding!
14:12
Просмотров 297 тыс.
Variables & Data Types - C++ Tutorial For Beginners #4
24:43
Arrays in C++
18:31
Просмотров 420 тыс.
Andrew Kelley   Practical Data Oriented Design (DoD)
46:40
C++ Pointers - Finally Understand Pointers
15:56
Просмотров 210 тыс.
C++ user defined functions (#15) 📬
17:14
Просмотров 32 тыс.
why do header files even exist?
10:53
Просмотров 388 тыс.