Earlier quoted context omitted.
Absolutely But even with pristine MSDN documentation and lots of (pre-SO) googling some problems were just very hard (or I was just inexperienced). I think tools also evolved and it's not surprising that "HTML" won, even QT looks like cutting a tree with a kitchen knife sometimes
> some problems were just very hard (or I was just inexperienced). Modern SO doesn’t help with hard problems either, such questions often closed as “too broad”. > even QT looks like cutting a tree with a kitchen knife sometimes C++ is just too low level for GUI. Look at WPF or UWP, both are miles ahead of HTML even with modern webdev stuff like react, but they work fast. I think the main reason why HTML won is Apple,…
Oh my questions were very specific usually
(the hardest one I remember was how to put a borderless window inside another window (because it could change) and making it all work. Think some good amount of win32 quirkiness was needed for that to work the way I wanted)