Writing Native Win32 Applications with WinLamb and Modern C++

Поділитися
Вставка
  • Опубліковано 4 лис 2024

КОМЕНТАРІ • 8

  • @UtahCppProgrammers
    @UtahCppProgrammers  Рік тому +2

    Source code for the examples shown: github.com/LegalizeAdulthood/winlamb-examples

    • @peternimmo74
      @peternimmo74 Рік тому

      Hi, I think I came across your library a while back, a friend just sent me a link to this video.
      The examples seem to be missing the one with unit testing which I would be really interested in seeing, which can be seen at timecode 1:26:37. Please could you add that one? Thanks for the great deep dive video.

    • @UtahCppProgrammers
      @UtahCppProgrammers  Рік тому

      @@peternimmo74 I had forgotten to include the commits that added the unit tests. The repository should be updated now to include them.

    • @peternimmo74
      @peternimmo74 Рік тому +1

      @@UtahCppProgrammers Thanks I will take a look when I'm back from my Easter break.

  • @thomasw.4298
    @thomasw.4298 Рік тому +4

    It's worth noting that the same developer also created **WinSafe**, A rust library which provides a modern api to the win32 library, and **windigo**, a go library which provides a modern api to the win32 library. Great developer

  • @ILightWas
    @ILightWas Рік тому +2

    Although I'm not from Utah nor the US(Hi from Brazil), I really enjoyed your talk Richard! I really mean it, amazingly thorough and detailed. Win32 stuff is something rarer to find videos about nowadays and to be honest I'm kinda lazy to read the microsoft documentation haha, so really, thanks for the video!

    • @UtahCppProgrammers
      @UtahCppProgrammers  Рік тому

      Thanks! I went into all that weird historical background stuff because new programmers are unlikely to be familiar with it. It will just seem odd from a modern perspective if you don't understand the history of how this API evolved.

  • @bruv-lz4fh
    @bruv-lz4fh Рік тому

    Good video!
    Straight forward explanation