Category Archives: C++
wxWidgets vs MFC
Written by Bojan Devic
on 23. February 2009.
—
1931 Commenthttp://www.skepo.info/programming/cpp/wxwidgets-vs-mfc/wxWidgets+vs+MFC2009-02-23+13%3A55%3A36Bojan+Devic

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.




Hardware: The parts of a computer system that can be kicked.


