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

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

Tech With Tim

3 года назад

44,407 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@DoubleclickforLs
@DoubleclickforLs - 04.10.2023 04:56

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

Ответить
@KeeveHoo
@KeeveHoo - 13.08.2023 08:58

x = 100000000000000000

Ответить
@ayliniemi
@ayliniemi - 24.07.2023 06:45

C sharp lol guess we are in for a music lesson too 😂

Ответить
@soundstothecore3714
@soundstothecore3714 - 21.01.2023 12:51

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

Ответить
@aavishkarlotale8925
@aavishkarlotale8925 - 30.12.2022 08:12

can main not have int and have other data types

Ответить
@vishvalorant
@vishvalorant - 21.08.2022 11:14

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

Ответить
@subee128
@subee128 - 20.07.2022 19:17

Thank you very much

Ответить
@romirmehrotra
@romirmehrotra - 21.06.2022 14:14

how do u change a variable data type? is it possible?

Ответить
@mattmo8648
@mattmo8648 - 28.02.2022 22:08

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

Ответить
@-C3S1UM-
@-C3S1UM- - 22.01.2022 07:58

Hey, did you know you can run the program right on Sublime without going to the Comman prompt?

Ответить
@pimpwiththis8885
@pimpwiththis8885 - 15.11.2021 21:19

I love your videos brother...

Ответить
@friskobar
@friskobar - 15.11.2021 18:26

int main() {
int x;
cout << x;
}
it prints out 4200155 for some reason lmao

Ответить
@User-qc7gn
@User-qc7gn - 12.10.2021 22:38

you are doing more videos so you get more views 👎(more money)

Ответить
@WeAreBlank18
@WeAreBlank18 - 11.10.2021 12:22

Can someone please help me? My input/output standard library ‘<iostream>’ isn’t being recognised due to a missing header. The header that is missing is called ‘crtdbg.h’. That’s all I know. I have no idea on how to add it in. It’s been like this from the moment of installation of C++ on my visual studio code, with and without my compiler ‘g++’, [I already added the compiler to my environment variable pathway, so my programs run, but my visual studio code is giving me this notification of ‘crtdbg.h’ being missing].

Ответить
@PrinceSingh-qt5bv
@PrinceSingh-qt5bv - 04.10.2021 21:33

Now i can learn programming just because of you.

Ответить
@Emily-in6ws
@Emily-in6ws - 25.08.2021 22:55

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

Ответить
@Emily-in6ws
@Emily-in6ws - 25.08.2021 22:43

Amazing!

Ответить
@VictorPerez-od7zh
@VictorPerez-od7zh - 26.05.2021 23:26

Wait it gives you an error if you don't have the string library? This never happened to me. Also did you forget about double?

Ответить
@eliotportevin5714
@eliotportevin5714 - 05.05.2021 16:52

Up to now C++ is feeling pretty much like Java... Is that because I only code in Python?

Ответить
@Sility
@Sility - 10.04.2021 17:43

I have a question how come you could print the "Hello World" message in the last video without including the string library even tho "Hello World" is a string?

Ответить
@nerdydrew6818
@nerdydrew6818 - 02.04.2021 21:18

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

Ответить
@maximilianschmidt8167
@maximilianschmidt8167 - 22.03.2021 23:53

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!

Ответить
@jwtham2765
@jwtham2765 - 21.03.2021 07:05

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

Ответить
@Jenny-gh7oh
@Jenny-gh7oh - 18.03.2021 07:39

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

Ответить
@neelanjanmukherji
@neelanjanmukherji - 15.03.2021 00:56

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.

Ответить
@benair4736
@benair4736 - 14.03.2021 21:33

TIM the C++Lown

Ответить
@Raleford
@Raleford - 14.03.2021 15:57

For x = y does it copy.the value of y at assignment, or does it use the value of y at the time of usage (eg "cout <<")? Just curious and I don't have a c environment set up to test

Ответить
@natyacodes
@natyacodes - 14.03.2021 15:47

Tim Will Pin This

Ответить
@Raleford
@Raleford - 14.03.2021 15:46

Assembly for the next series?

Ответить
@tcgvsocg1458
@tcgvsocg1458 - 14.03.2021 13:00

I try to learn python and pygame but its a tech with tim video sooooo its like heuuuuu heuuuuu make ahhhhhhhh make like on this heuuuuuuu video
Tim can you make a game like street fighter or street of rage just to see the different animation on a character and first level full

Ответить
@sandil1232
@sandil1232 - 14.03.2021 12:34

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

Ответить
@parth2teja
@parth2teja - 14.03.2021 07:01

please create a full kivy tutorial like you did pygame in 90 minutes.
(the setup of kivy has changed from last video)
build a to do to list with kivy.
Thanks

Ответить
@CraigClayton-bk3ze
@CraigClayton-bk3ze - 13.03.2021 23:54

Bet Tim is still a virgin.

Ответить
@zeroanims4113
@zeroanims4113 - 13.03.2021 13:57

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

Ответить
@sypherus.luxiferr5042
@sypherus.luxiferr5042 - 13.03.2021 13:22

Would you mind doing a tutorial on the Windows C++ API with their data types? Like DWORD, uint32_t and stuff like that?

Ответить
@blackpeppercinnamon3244
@blackpeppercinnamon3244 - 13.03.2021 09:00

So excited about this series 👏👏✊🙌🙌

Ответить
@leonardsmith9870
@leonardsmith9870 - 13.03.2021 08:43

So I guess we're just going to stop doing the OpenCV tutorials because you finished going through the tutorials on their site and you did it for easy content and don't actually know how to do it yourself? Typical.

Ответить
@jodmatthewaclan5869
@jodmatthewaclan5869 - 13.03.2021 06:05

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

Ответить
@softwhere07
@softwhere07 - 13.03.2021 05:35

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.

Ответить
@HiPh0Plover1
@HiPh0Plover1 - 12.03.2021 21:53

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

Ответить
@yxlxfxf
@yxlxfxf - 12.03.2021 21:11

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

Ответить
@lostvayne871
@lostvayne871 - 12.03.2021 20:42

Every time you advertise AlgoExpert, I think that's your soft crushing :D And it scares me

Ответить
@abrarmasumabir3809
@abrarmasumabir3809 - 12.03.2021 20:00

my python bro....

Ответить
@rubencid2575
@rubencid2575 - 12.03.2021 19:53

One question; when you assigned x = y; did it created a copy of the value or it is treated as a reference to y?

Ответить
@rc705
@rc705 - 12.03.2021 19:45

Doing this and open cv from your channel. Great stuff

Ответить