Replacement for MFC

Started by
2 comments, last by tj963 18 years, 5 months ago
Hello. I'm using a free C++ compiler to create my game. Is there some free library like MFC available? By the way, are you using any free C++ compiler? Thanks!
Advertisement
Try wxWidgets, its like cross platform MFC. You can also try Code::Blocks which is a free open source IDE with multi compiler support developed in wxWidget.

http://www.wxwidgets.org/
http://www.codeblocks.org/
Thanks for the tip!

I'd suggest Qt for windowing and Visual Studio 2005 Express for compiling.

tj963
tj963

This topic is closed to new replies.

Advertisement