C++ Programming Tutorial 59 - Intro to IO Streams

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ก.ย. 2024

ความคิดเห็น • 69

  • @ahzong3544
    @ahzong3544 5 ปีที่แล้ว +73

    I'm not sure why this channel got only a small number of views on these awesome tutorials... I was trying to figure out what streams are in C++ then I went ahead to search for a visualization for this abstract concept. Here I am, this video really strengthened my understanding on this topic now.

    • @ahmadnurrizal225
      @ahmadnurrizal225 4 ปีที่แล้ว +1

      yeahh

    • @SoFarSoBook
      @SoFarSoBook 4 ปีที่แล้ว

      2 minutes to start talking about the subject matter. Slow speed in general. Not concise.
      Those are the reasons that came to mind.
      Hope this info lets you improve your future videos, Caleb. Take care!

    • @ivangeorge4478
      @ivangeorge4478 4 ปีที่แล้ว +1

      Some people wanna learn c++ in "12 minutes",that's the reseon 🙄...

    • @lightbluedev
      @lightbluedev 4 ปีที่แล้ว

      Definitely agree

    • @Rii2605
      @Rii2605 3 ปีที่แล้ว

      @@SoFarSoBook watch it in 2x hehe

  • @muhammadaiman2674
    @muhammadaiman2674 4 ปีที่แล้ว +33

    why does this channel got so little views it is so good

  • @Errors404
    @Errors404 4 ปีที่แล้ว +6

    Your dog is always besides you . I bet he strated coding by now .

  • @YTBCLIPS01
    @YTBCLIPS01 4 ปีที่แล้ว +7

    When learning CPP it takes a while, so usualy what i do is break my learning into sections, for example. Reading, Watching , Note taking. then applieing what i learned into a program. Recommend this because it really will implement what you learn inside your brain so you dont forget. And if you do you can refer to your notes for a simple summary to remind you.

    • @Christian-mn8dh
      @Christian-mn8dh ปีที่แล้ว

      i do this but with topics. current topic is 'io stream' so im researching so much
      about it so i won't forget it

  • @alexplaytop
    @alexplaytop 6 หลายเดือนก่อน +1

    I love your sense of humor, bud!

  • @michaelcho2095
    @michaelcho2095 4 ปีที่แล้ว +6

    your explanation is alright though, I understand enough now, thank you!

    • @BECCA__
      @BECCA__ 4 ปีที่แล้ว +1

      If you need more help so I'm here

  • @PunmasterSTP
    @PunmasterSTP 3 ปีที่แล้ว +1

    I woke up this morning and for some reason I wanted to find hundreds of pre-built components for cross-platform development. I'm not even a software developer. It's strange; maybe I heard that somewhere, perhaps repeatedly...

  • @guitarhax7412
    @guitarhax7412 5 ปีที่แล้ว +4

    I really have no idea why you have so little views on these videos

  • @brandonteller5360
    @brandonteller5360 3 ปีที่แล้ว +1

    god damnit onyx

  • @nilupulperera
    @nilupulperera 3 ปีที่แล้ว +3

    Your videos are special because you touch on the fundamentals of C++. Furthermore, your correlation with basic concepts like memory really helps to understand the subject in depth. Thank you for the video series.

  • @lohitsharma92
    @lohitsharma92 3 ปีที่แล้ว +2

    this is my honest review, I have watched almost all major c++ channels on youtube. But this is the best. You explain is so well, at a perfect pace with visualization. Good job Caleb.

  • @damski8810
    @damski8810 ปีที่แล้ว

    Awesome video but the "do you have to drink water" had me laughing a little

  • @enzoqueijao
    @enzoqueijao 4 ปีที่แล้ว +1

    It's not funny, many children have fallen victim to *_The Bucket!_*

  • @damyandimitrov611
    @damyandimitrov611 4 ปีที่แล้ว +1

    I like that you explain the things as weird as I do. That said, the bucket explanation worked perfect for me :D

  • @kevinruano9618
    @kevinruano9618 3 ปีที่แล้ว +1

    I love it! lmao! The funny examples you have make it way easier to understand! Thank you so much Mr. Curry!

  • @brocklesnarufcchamp1
    @brocklesnarufcchamp1 3 ปีที่แล้ว +1

    This was actually helpful

  • @technocuber7177
    @technocuber7177 2 ปีที่แล้ว

    for once, the words spoke more than the picture

  • @priscusemmanuel8403
    @priscusemmanuel8403 ปีที่แล้ว

    Can you help me in I/O files in Xcode?

  • @gauravmutha2536
    @gauravmutha2536 2 ปีที่แล้ว

    cin object?is it a method or an object or what?

  • @Vichion
    @Vichion 2 ปีที่แล้ว

    It took you 59 tutorials to get to iostream? 😱

  • @thaddeuscleo5920
    @thaddeuscleo5920 5 ปีที่แล้ว +1

    Hey man, i really love your vids. The tutorial you make is really awesome that I can really understand the fundamental of c++. Anyway fun fact sometime the way you teach is really unique that help me to not feel bored when studying c++ for my collage class. I hope that i can contact you in person ask some problems. keep it up for this channel. I think you are the only one best teacher for programming i search so far . I also interested in mobile programming like android hope you make those series too. keep it up the good job CALEB !!! #calebgoestobilllonsubs

  • @pratyushvatsa7490
    @pratyushvatsa7490 3 ปีที่แล้ว +1

    2:02 boy he has tamed onix

  • @Alive6371
    @Alive6371 3 ปีที่แล้ว

    But, can you kindly make this clarification for me - I can't really say that ,simply, the flow of data is what we call stream but ,actually, they are *classes* and when we create and use objects of these classes, we use *particular ways* of Reading from or Writing to different stuffs, like console or files. Streams make the flow of data from and to particular things like file or console possible. Am I right ?

  • @jacobjanssen9223
    @jacobjanssen9223 ปีที่แล้ว

    Well explained! I would love a more in depth video on IO streams. I don't have any specific questions because lack of knowledge, but maybe some history to it, c vs c++, how the compiler handles them, and time/memory performance

  • @Alive6371
    @Alive6371 3 ปีที่แล้ว

    ❤️, That was a lovely explanation of the concept. Thank you for making this video. I'm sharing this video on Facebook. I wish you get a lot of followers.

  • @tanvimahajan5226
    @tanvimahajan5226 3 ปีที่แล้ว

    How can I access the transcript of this video?
    And yeah this is good!

  • @vegansynths7757
    @vegansynths7757 4 ปีที่แล้ว +1

    ONYX!!!!

  • @theultimatetruth7087
    @theultimatetruth7087 ปีที่แล้ว

    thanks a lot sir

  • @stevewilliams6768
    @stevewilliams6768 3 ปีที่แล้ว

    how to make a project with multiple programming languages

  • @shritishaw7510
    @shritishaw7510 3 ปีที่แล้ว

    mate, can you please make a video on stringstream in C++

  • @ShubhamMishra-mz4zw
    @ShubhamMishra-mz4zw 3 ปีที่แล้ว

    This is probably one of the best explanation of 'buffer concept'. Thank you so much.

  • @hassanal-dabbagh2432
    @hassanal-dabbagh2432 3 ปีที่แล้ว

    You are the best teacher in c++ I have ever encountered you are awesome 👌

  • @yurapekach7550
    @yurapekach7550 2 ปีที่แล้ว

    Thank you!

  • @stevewilliams6768
    @stevewilliams6768 3 ปีที่แล้ว

    you are the best software developer according to me

  • @Al-nj6ww
    @Al-nj6ww 4 ปีที่แล้ว +1

    Good vid

  • @halavich9672
    @halavich9672 2 ปีที่แล้ว

    Useless ;(

  • @FizaKhan-or3ev
    @FizaKhan-or3ev 3 ปีที่แล้ว

    fantastic introduction. Such an effective lecture .

  • @samirkumarrakshit7853
    @samirkumarrakshit7853 4 ปีที่แล้ว

    Since, Data is being stored in Buffer rather than in Cin, Then How could it possible that Extraction Operator (>>) extracts data from Cin & paste it into the memory location ( Variable) while the data is stored in Buffer memory. plz help
    Does the Extraction Operator extracts data from buffer ?
    Plz explain I am confused.

    • @Rii2605
      @Rii2605 3 ปีที่แล้ว

      I am not sure, but I think when you write the program it gets stored in a buffer but when you compile it, it goes from buffer to a memory location.

    • @ashminniraula1193
      @ashminniraula1193 3 ปีที่แล้ว

      he said when you press enter in your keyboard code goes from buffer to your program

  • @jakegoggi2928
    @jakegoggi2928 2 ปีที่แล้ว

    This helped me so much! Thank you.

  • @takusamuel635
    @takusamuel635 3 ปีที่แล้ว

    thanks so much Caleb

  • @AhmadAsifArifeen
    @AhmadAsifArifeen 2 ปีที่แล้ว

    nicely explained sir

  • @AmineOnline
    @AmineOnline 4 ปีที่แล้ว

    You are coool

  • @SKMINSARR
    @SKMINSARR 3 ปีที่แล้ว

    very effective lecture

  • @danieleccleston7928
    @danieleccleston7928 4 ปีที่แล้ว

    2:10 must be the RBG

  • @danieleccleston7928
    @danieleccleston7928 4 ปีที่แล้ว

    nice

  • @sirskylight7901
    @sirskylight7901 4 ปีที่แล้ว

    Does anyone else think of cinnamon when they see “cin”?

  • @maid3690
    @maid3690 4 ปีที่แล้ว

    nice vid, thx

  • @jeniferfidelia2424
    @jeniferfidelia2424 4 ปีที่แล้ว

  • @CSSuccessGamer
    @CSSuccessGamer 5 ปีที่แล้ว

    is rad studio free and how long does it take to learn? I'm using java/kotlin with android studio for android apps, might not want to switch around.

    • @codebreakthrough
      @codebreakthrough  5 ปีที่แล้ว

      I know C++ builder has a free edition. If you go that route.

  • @2255223388
    @2255223388 10 หลายเดือนก่อน

    Haha holy crap, I checked out after two seconds 🤣. "Dont recommend this channel", please TH-cam!

  • @bobfarker4001
    @bobfarker4001 ปีที่แล้ว

    Who is Onix? A pet?