std::format with STL Containers - C++ Utilities | Modern Cpp Series Ep. 188

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • ►Full C++ Series Playlist: • The C++ Programming La...
    ►Find full courses on: courses.mshah.io/
    ►Join as Member to Support the channel: / @mikeshah
    ►Lesson Description: In this lesson we take a look at std::format again this time with containers! Note that this is a C++ 23 feature that requires the latest version of currently the clang compiler which supports printing out formatted STL containers. We'll talk more about printing out custom types later on in the series. As always, feel free to bring up any questions and discuss what you've learned!
    ►RUclips Channel: / mikeshah
    ►Please like and subscribe to help the channel!
    ►Join our free community: courses.mshah....

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

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

    My favorite C++ channel!! Thanks for the content!

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

      @@youseiy cheers!

  • @hemant-li1gp
    @hemant-li1gp 2 месяца назад +1

    this series is going on for 2years.. hats off to the consistency

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

      Cheers -- there will be more videos coming too 😅

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

    Very informative

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

    Could you please complete behavioral design patterns?

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

      There will be more videos over time in the software design series

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

    How long until std::format will make it into all major compilers (GCC, clang/AppleClang, MSVC, etc.)? I guess modules support will be completed sooner 😅

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

      And again I value your let's-try-this approach; it shows "live thinking"; a USP of your videos.

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

      @@bsdooby Cheers! Yes, hopefully we get std::format (and the updates) for all compilers as c++23 support improves soon. Modules seems to be doing best on MSVC compilers -- so they're ahead of the game here :)

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

    Thank you! Such great insight!