Embed Notice
HTML Code
Corresponding Notice
- Embed this notice@TerminalAutism @Misato
> Anyway, I should learn how to do GUI stuff. OOP stuff is supposedly good for that, so it would be a good way to test it. All I know is that it was more confusing to learn than anything else, which is why I can't do it from memory. From my perspective as a total scrub, it's definitely more complicated than anything else that I learned.
There's no need for OOPs for GUI programming.
Just because Qt does it using C++, .NET does it using C#, and Java does it, it doesn't mean it's the only way.
GUI apps have existed before OOPs has been invented, you can do it in a procedural way in C (with GTK+ for example) perfectly fine too.