Read and Write Binary Data in C++ - Stream-Based I/O part 7 of n - Modern Cpp Series Ep. 197

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 พ.ย. 2024

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

  • @sudarshan_adiga_k
    @sudarshan_adiga_k หลายเดือนก่อน +2

    Your C++ sessions are one of the best in TH-cam.
    If possible, can you please make videos on Socket Programming in C/C++?

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

      @@sudarshan_adiga_k cheers! I'll consider it!

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

    What an amazing lesson! Thank you so very much yet again!

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

      You are most welcome!

  • @twenty-fifth420
    @twenty-fifth420 หลายเดือนก่อน +2

    For episode 200, you should do something special.
    Have you considered speedrunning to the part of C++/D interop? I know most people might associate it with C/Objective C, but it is fascinating when a language promotes that.
    C interop? Sure yeah, the C ABI across the major 3/4 compilers is fairly os-specific, but mostly stable and easy to target/link.
    Objective C interop? I used to to think that was a Swift thing, but both Odin and D (bless them) have documented it and used it and practically, it is just C with small talk, so fine there too.
    C++? Well, that is much rarer. Even strongly typed languages like Rust can get hiccups because of some unseen UB.
    Just a suggestion. I think it is fitting.

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

      That's a good idea! Hmm, I definitely want to do something special for 200 (100 I did not) -- D and C++ interop should come at some 🙂