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

preview_player
Показать описание


~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~

🅑 Bitcoin - 3HnF1SWTzo1dCU7RwFLhgk7SYiVfV37Pbq
🅔 Eth - 0x350139af84b60d075a3a0379716040b63f6D3853
Рекомендации по теме
Комментарии
Автор

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.

souljarohill
Автор

You're very prepared and hilarious man haha, Love this series, thanks a lot!

freedom
Автор

Enjoying the series this far. Very informative and Caleb is funny.

mohammedmhilal
Автор

I am an Accountant and C++ is giving me headaches, great videos by the way.

Gundice_the_cryomancer
Автор

#include <iostream>

using namespace std;

int main () {

cout<<"Thank you for the explanation on data types";

return 0;

}

dennisikupu
Автор

I am so Excited to learn some new cool stuff and create our own classes and many other stuff !! please Upload regularly Caleb....

hekklff
Автор

I've been looking for this for so long. Thank you so much!

yiqingwang
Автор

5 seconds in and I have been defeated lmfao Good stuff, thank you for this!

jogarule
Автор

I subscribed for the informative vids and because the ending lol

MrCleverOnion
Автор

Thank you so much! awesome explanation!

aurorakruger
Автор

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.

cnash
Автор

Tell about your sponsor at the end of the video 😅

reddykittu
Автор

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.

sneekezy
Автор

he just summed up my summer CISP class in 9 minutes... that's pretty sad

GavinCardeno
Автор

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 !

steph
Автор

LOL great entertaining videos! thanks

Debugnus
Автор

What app in App Store you can recommend to me guys? Only for c++ hehe thanks

markrolandquiachon
Автор

thanks for remind me to subscribe, I haven't done yet lol :P

allanovelha
Автор

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

danwhitmer
Автор

is there a float data type like in C? Or do you just use double instead

michaelblanchard