Category Archives: C++
wxWidgets vs MFC

Wxwidgets vs MFC
WxWidgets and MFC are programming frameworks for building GUI applications(Graphical User Interface). Of course you can also write console apps with wxWidgets and MFC but they are made particularly for building GUI apps. Both of them are wrappers, saying it simple that means both of them are libraries build to simplify some other code. On Windows, Windows API functions are used to build GUI apps, but it’s very hard to make applications using it and that’s the reason why we have wrappers.

Most of you are familiar with the virtues of a programmer. There are three, of course: laziness, impatience, and hubris.


