std::cout - Stream-Based I/O part 1 of n - Modern Cpp Series Ep. 191

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

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

  • @Onyx-it8gk
    @Onyx-it8gk 2 месяца назад +6

    Your C++ videos are awesome! I love that you never use the "using namespace std;" declaration! A real professional and a great teacher! The verbose syntax makes it much easier to reason about the code.

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

      Cheers, glad you enjoy!

  • @husenpatel9381
    @husenpatel9381 Месяц назад

    Hello mike! I have come across your computer science beginner masterclass Playlist and I want to tell you, please extend it add more and more things in the future

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

      Cheers, thanks! There will likely be more -- I otherwise have courses (and more in development) on courses.mshah.io/ covering some fundamentals like VIM, debugging, etc.

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

    As aways thanks sir👍!

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

      You are most welcome!

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

    Absolutely Amazing Video

  • @husenpatel9381
    @husenpatel9381 Месяц назад +1

    You must make a video on std::chrono and also unix style time and date handling. i.e. all about time and date in c++. maybe in next video

    • @cyrilemeka6987
      @cyrilemeka6987 Месяц назад

      The author of the chrono library Howard hinnat has several videos on those. I can send you the links if you want

    • @husenpatel9381
      @husenpatel9381 Месяц назад +1

      @@cyrilemeka6987 of course, thank you very much

    • @cyrilemeka6987
      @cyrilemeka6987 Месяц назад

      ​@@husenpatel9381 This blog akrzemi1.wordpress.com/2022/04/11/using-stdchrono/ has the links to his videos in chronological order. I'll advise you watch the videos while testing out the library, because it's alot of info to digest.

    • @MikeShah
      @MikeShah  Месяц назад

      @@husenpatel9381 Thanks everyone for helping each other out! At some point I will cover std::chrono -- but I bet Howard has excelelnt videos and understands all the details 😛

  • @EmekaDaeniel
    @EmekaDaeniel Месяц назад

    Awesome stuff

  • @Lofivibes-t5r
    @Lofivibes-t5r 2 месяца назад +1

    Bro plz help me because I am little confused how to become a c++ developer, I followed your videos but can u tell me what are the best resources to be a c++ developer

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

      This playlist is a good place to supplement your C++ journey. I have a course here otherwise to provide folks the basics for building a small C++ project: courses.mshah.io/courses/quick-start-introduction-to-modern-c-image-loader (and more courses coming!). Building projects is a great way to learn a language and refine your skills.

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

      ​@@MikeShah I am currently learning c++. After learning the basics I started to create a contact management system and along the way I learned a lot new things such as file handling, using git, using external libraries and sometimes I got totally exhausted that a simple problem took 1 hour to just detect let alone solve it. And that's programming, banging your head on the wall finding errors l, straining eyes googling. This learning is so precious I think.
      What's your thought mike.

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

      @@husenpatel9381 Depending on what is difficult, there's a few options. I always encourage folks to learn debugging for instance (see my videos or course) if it's an issue of just understanding errors or fixing bugs. If it's a matter of ramping up skills, then I recommend to keep doing what you are doing -- keep building little tiny projects. Over time, you'll continue to get faster and faster -- programming is a skill that takes time to develop -- each project you'll learn more and spend less time banging on the previous problems :)

  • @Lofivibes-t5r
    @Lofivibes-t5r 2 месяца назад +1

    I also watch your courses but I can't understand which course to enroll first 😢

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

      This is the starting point for folks wanting to build something with C++ if you want a course with video modules: courses.mshah.io/courses/quick-start-introduction-to-modern-c-image-loader