feedback

Tag Archives: mfc

wxWidgets vs MFC

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.

Random Quote

quote openThe function of good software is to make the complex appear to be simple.quote end
by Grady Booch

Tag cloud