Best GUI Library?

Aug 18, 2010 at 7:48am
Hi,am have vc++(which use:win32 and MFC) and wxDev(which use:wxWidgets and Win32) to build GUI, but am fail to decide which should be my GUI creating GUI program.any idea?
Aug 18, 2010 at 7:49am
I mean win32,MFC or wxWidgets?
Aug 18, 2010 at 7:54am
It depends on your needs.
If it shoul be portable you can't use win32 API and MFC.
Aug 18, 2010 at 8:10am
thanks,Denis what you think is simple to learn
Aug 18, 2010 at 9:29am
I think wxWidgets. But there are others cross-platform GUI library.
Aug 18, 2010 at 1:53pm
Given the three choices you listed, I say wxWidgets :)
Aug 28, 2010 at 6:22pm
I'd recommend Qt, idk its for vc++, though
Aug 29, 2010 at 6:39am
Why QT?
Aug 31, 2010 at 1:59pm
closed account (N85iE3v7)
Win32: You will need a good resource editor and be really patient, there is a lot of code to write, but this is at least fun. WIN32 is not solely an API for GUIs btw.
MFC: You will need a paid version of VS. If you have it, use it.
WxWidgets: If you are using a free editor and do not have a paid version of VS go for it.

Anyway, if you are on windows, have lots of spare time, and are doing this for learning, just go for the WIN32.
Last edited on Aug 31, 2010 at 2:00pm
Topic archived. No new replies allowed.