Re: Please help me! Simple notepad with C++

@8, If your learning C++, "Don't use constructors" sounds like pure garbage and makes me question the authors knowledge. Constructors are *everywhere*. You *cannot* not use them. It is impossible.
WXWidgets, from what I've seen, is an utter mess in C++ because they use macros literally everywhere. You want to declare the event table? Macro. You want to declare an event? Macro. And on and on and on. To me it is the absolute *wrong* way to code, and I think that QT5 got it right. To be fair, QT5 uses a lot of macros as well, however most of the macros you use are easy to understand and there are function alternatives if you want to use those instead. I also found it to just generally utilize C++ a lot better. Does it have its warts and problems? It does, I won't deny that. But to me it was just so much simpler to understand than WXWidgets (wich IMO overuses macros). I'm surprised that people who maintain WXWidgets can actually understand what the code does at all. (It also doesn't help that the build system is ridiculously overcomplicated either.)

-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector
  • ... AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : jonikster via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : jonikster via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : jonikster via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : nyanchan via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : nyanchan via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : nyanchan via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : nyanchan via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector

Reply via email to