cerr and clog (buffered vs unbuffered) - Stream-Based IO part 2 of n - Modern Cpp Series Ep. 192

Поделиться
HTML-код
  • Опубликовано: 26 окт 2024

Комментарии • 12

  • @sephirapple7317
    @sephirapple7317 2 месяца назад +1

    Look forward to seeing more tutorials about io streams! I'm putting together a software framework based on SDL libraries; currently implementing a 'Log' class based on the SDL logging system.
    It's been a challenge to learn about streams, buffering and working with files. I'm very keen to see your insights as it becomes increasingly relevant to my projects! Love the channel, it's one of the best C++ sources on RUclips! ❤️

    • @MikeShah
      @MikeShah  2 месяца назад

      Cheers -- thank you for the kind words. Next video added more to streams :) I have some ideas in the gaming space for doing more talking about buffering. The problems start getting really interesting (i.e. tradeoff of encoding/decoding to save time) when you also compress the data for speed purposes in gaming :)

  • @sharokhkeshawarz2122
    @sharokhkeshawarz2122 3 месяца назад +1

    En ce moment, je suis en train de regarder tes vidéos sur OpenGL et C++, et vraiment, ça m’a simplifié la vie d'une manière. C'est super de fou continue mec!

    • @MikeShah
      @MikeShah  3 месяца назад

      Merci beaucoup pour les phrase gentil!

  • @BobChess
    @BobChess 3 месяца назад +2

    Wow this is very cool. Thank you sir

    • @MikeShah
      @MikeShah  3 месяца назад +1

      Cheers, you are most welcome!

  • @VoidloniXaarii
    @VoidloniXaarii 3 месяца назад +1

    So happy about your every cpp lessons

  • @thenightwolf224
    @thenightwolf224 3 месяца назад +1

    It would be amazing if you create projects with cpp
    because it extremely rare to find project tutorial with cpp

    • @MikeShah
      @MikeShah  3 месяца назад +1

      There's currently one course I have here: courses.mshah.io/courses/quick-start-introduction-to-modern-c-image-loader More will come, some one RUclips, some on the courses.mshah.io platform.