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.
Your C++ sessions are one of the best in TH-cam.
If possible, can you please make videos on Socket Programming in C/C++?
@@sudarshan_adiga_k cheers! I'll consider it!
What an amazing lesson! Thank you so very much yet again!
You are most welcome!
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.
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 🙂