C++ Programming Tutorial 16 - Integral Data Types and Signed vs Unsigned

Поділитися
Вставка
  • Опубліковано 24 жов 2024

КОМЕНТАРІ • 49

  • @codebreakthrough
    @codebreakthrough  5 років тому +4

    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

  • @J0nDaFr3aK
    @J0nDaFr3aK 4 роки тому +62

    7:29 "If it's something that regularly goes in the negative, like our bank accounts"
    I want a bank account that only allows unsigned integers XD

    • @michaelswagson4457
      @michaelswagson4457 4 роки тому +1

      Implying I even have a good enough credit score to get a bank account that has the capability to go into the negative.

    • @AWriterWandering
      @AWriterWandering 3 роки тому

      Yes, so when we empty our bank accounts it overflows into the max value.

  • @dealdycoldsteel1914
    @dealdycoldsteel1914 5 років тому +26

    Hey Caleb I just wanted to say I love your teaching style. You make programming fun and easy to understand. Keep up the good work! Also do you do any game development using c++? If you do please make videos :)

    • @shlokagupta2951
      @shlokagupta2951 Рік тому

      Hey, were you able to find an after series for game dev. Assuming you are using unreal

  • @d_rooster
    @d_rooster 4 роки тому +3

    Hey man, getting into C++ for of work and your videos have helped me fill the holes in my pre-existing knowledge of programming. I didn't expect to follow along so easily. Thanks man, you're a great teacher!

  • @jfdd43
    @jfdd43 3 роки тому +1

    I got to say, I looked up these videos because I wanted to try to make an audrino program, but never did anything in c++. I’ve
    Learned enough to compete my project, but I’ve just been enjoying it

  • @AndIChoseToSpeakFAX
    @AndIChoseToSpeakFAX 4 роки тому +1

    You make understanding it easier by talking while programming, and also illustrating on the chalkboard.

  • @elmartarverdili1246
    @elmartarverdili1246 4 роки тому +6

    You are really great man! That's fantastic. You can explain everything in the world 😃

  • @shscotthoffman
    @shscotthoffman 4 роки тому +2

    I am watching the view count reflecting people quitting. I am still here and hope to survive until the end!!
    Glad you are explaining the 16 vs 32. one more column vs double really helps understanding binary !

    • @PunmasterSTP
      @PunmasterSTP 3 роки тому

      Yeah me too! I'm trying to guess what the lowest viewcount will be out of the entire playlist. I'm going to guess 8k, and I'm excited to find out if I'm right!

  • @BezA31
    @BezA31 Рік тому +1

    Wow thank you. That does make a lot of sense. You really get to the core of things.

  • @scottishforrester
    @scottishforrester Рік тому

    Great video! You are a really good teacher. You break it down to where everything makes perfect sense. Thank you!

  • @drch7755
    @drch7755 4 роки тому +2

    integers and integrals are different things ... still... I love your videos... many thanks.

  • @WalkthroughCentral10
    @WalkthroughCentral10 5 років тому +2

    Excellent video can’t wait for the next!

  • @thomasadams5446
    @thomasadams5446 5 років тому +10

    "So for example, if you want to create an application that uses a ton of memory like Google Chrome..."
    That one got me. :D

  • @deepg2477
    @deepg2477 3 роки тому

    brilliant explanation Caleb - i doubt a seasoned C++ 20 + years experience engineer can explain this way

  • @ArchitStark
    @ArchitStark 3 роки тому +1

    I love your on board videos!!

  • @randalldoane8221
    @randalldoane8221 4 роки тому

    Closed Captioned not working on Tutorial 16....Good vlog keep up good work I have learned a lot (I am returning to C++ 13 years ago I stopped. Please?

  • @marcip1198
    @marcip1198 2 роки тому

    very good explanation! thanks

  • @elipsem1008
    @elipsem1008 4 роки тому +2

    Is this what that kinda means when buying windows 64 or 32 bit

  • @squidly1369
    @squidly1369 3 роки тому

    that bit and data types concept and its storage in memories was genius bro like u explained smooth as butter
    man u r awesome thanks for alll this

  • @neenagole4916
    @neenagole4916 4 роки тому

    great series man

  • @dexophobia
    @dexophobia 2 роки тому

    2:35 thats very true lol, it can take 10 mins for google to start on my pc lol

  • @PunmasterSTP
    @PunmasterSTP 3 роки тому

    So you're saying that the space of an int is...a variable? In all seriousness, thanks again for another amazing video!

  • @ra7binet
    @ra7binet 4 роки тому +3

    1:20 just for sponsor in each video

  • @creativexgamer5845
    @creativexgamer5845 Рік тому

    start at 1:20

  • @LineAlpine
    @LineAlpine 4 роки тому

    Nice catch

  • @ColonelHathi
    @ColonelHathi 9 місяців тому

    But why are they called "integral" types? "Integrals" and "integers" are very different things. You explained how interger srelate to binary, which is great, thank you, but what makes them "integral" types?

    • @codebreakthrough
      @codebreakthrough  9 місяців тому

      Integral here just means integer, not calculus integral

  • @TTChannelntt284
    @TTChannelntt284 4 роки тому

    where is the subtitile????????????????

  • @iamvan7243
    @iamvan7243 4 роки тому

    i still don't quite get it but why do we have to know how much bit a datatype has, and what's the importance of managing your memories in computers? Can someone help clarify me on this?

    • @AndIChoseToSpeakFAX
      @AndIChoseToSpeakFAX 4 роки тому

      It's the computer's memory, we need to know how much a bit a datatype has on different situations, for example you tell your computer a variable but its too big for the computer to store it in int, so you make it a long. Now imagine you want to ask your computer something in the code, like the result of a recent calculation, and he will have no answer because he did not memorize it, so you should make him memorize it in the code.

    • @AndIChoseToSpeakFAX
      @AndIChoseToSpeakFAX 4 роки тому

      Also, he 1's and 0's are stored as bits, the computer needs bits to understand what the code does, he explained that in a previous video too.

  • @jayasribhattacharya2048
    @jayasribhattacharya2048 4 роки тому

    your content is aswome

  • @saadkhan-eu5vr
    @saadkhan-eu5vr 3 роки тому

    Still help full

  • @mysteriousboi1019
    @mysteriousboi1019 4 роки тому

    Bank account, that hurts, dude

  • @creativexgamer5845
    @creativexgamer5845 Рік тому

    1:15

  • @nickfaber5400
    @nickfaber5400 4 роки тому +1

    Who can code a chrome addon that skips his embarcadaro stuff?

    • @squidly1369
      @squidly1369 3 роки тому +2

      bruh its the only source of income for him show him some love he does very much for us bro hope u got my point ..

  • @Xreal0812
    @Xreal0812 4 роки тому

    like our bank accounts, wow I feel targeted

  • @jaybabcock9123
    @jaybabcock9123 4 роки тому +1

    rip chrome

  • @sidiebnou4958
    @sidiebnou4958 2 роки тому

    negative like our bank accounts :)

  • @dralpha9681
    @dralpha9681 3 роки тому

    What happened to the views lol?

  • @Alexalex-fp6ks
    @Alexalex-fp6ks Рік тому

    Hate your sponsors. Hate hearing about it every time I watch a video, if it was as good as you say, why even have the need to advertise it, yes i do skip over it anyways. still annoying

    • @codebreakthrough
      @codebreakthrough  Рік тому

      I suggest if you want to still watch my content check out the all-in-one which will probably only have one sponsored part near the beginning

    • @Alexalex-fp6ks
      @Alexalex-fp6ks Рік тому

      @codebreakthrough Can't watch the all in one without having to skip over it everytime, no ones gonna watch an all in one video in one day and retain all the information from it.