C++ Strategy Design Pattern - Part 2 of 2 - C++ Implementation

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ม.ค. 2025

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

  • @ShaunStruwig
    @ShaunStruwig 10 หลายเดือนก่อน +1

    Made a Minimum Spanning Tree Algorithm Visualizer a while back and I can definitely see how this would have made my program SO much cleaner :D I'll have to go back and do some refactoring! Thanks for the amazing content Mike!! You are a gift to the C++ community.

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

      Thank you for the kind words 🙏

  • @Chupe_chupe
    @Chupe_chupe 10 หลายเดือนก่อน +1

    Great video

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

      Cheers!

  • @bsdooby
    @bsdooby 10 หลายเดือนก่อน +1

    nice Mike; and I think it is a good idea to present design patterns in the context of computer games. Makes them "approachable"...

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

      Cheers -- agreed! (and it's also the domain I have some understanding in :) )

  • @albinantonya
    @albinantonya 8 หลายเดือนก่อน +1

    Thank you Mike

    • @MikeShah
      @MikeShah  8 หลายเดือนก่อน +1

      Cheers, you are most welcome!

  • @hoangbuihp2974
    @hoangbuihp2974 10 หลายเดือนก่อน +1

    thanks you so much

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

      You are most welcome!

  • @__hannibaalbarca__
    @__hannibaalbarca__ 10 หลายเดือนก่อน +1

    From first time i see your video almost 2 years.
    My big Project is to make application in c++ :
    I /) Editor text mode like old Msdos Editor.(mixed with vim).
    II /) WhatsApp++ , with more option,:
    III /) Sensors data transfer server/client.
    1. Still learning about Networking , Asio .
    2. Still learning about advanced pattern :
    3. Linux and Mac OS,
    4. New language Swift.
    5. Concurrency - big subject -.
    - for now i just make mini browser in Command Line __ text mode __

  • @hoangbuihp2974
    @hoangbuihp2974 10 หลายเดือนก่อน +1

    i am waiting for MVC pattern. It is a important pattern in app desktop development

    • @MikeShah
      @MikeShah  10 หลายเดือนก่อน +1

      I will add to the list -- I think this is important as well!

  • @Jirnyak
    @Jirnyak 10 หลายเดือนก่อน +1

    I want strategy design to make steategy computer game c

    • @MikeShah
      @MikeShah  10 หลายเดือนก่อน +1

      I always use to think these were related -- and strategy pattern can be used :)