Sunday, July 12, 2009

Java has Swing, What does C and C++ have?

Hi people. I have to code an interface for some program and I'm not sure which is the best or easiest option? Anyone with experience can tell me? Thanks. Also I'm new to C and C++ so I'm not sure what they have.

Java has Swing, What does C and C++ have?
As an alternative to wxWidgets you can use whatever your target operating system provides you with. Windows gives you GDI, GNU/Linux with GNOME gives you GTK+, GNU/Linux with KDE gives you Qt...





You can aim to be cross platform and use wxWidgets however you will need your clients to have the wxWidgets libraries on their system to run.
Reply:WxWidgets is a good, open source, cross platform GUI library.


http://wxwidgets.org/


No comments:

Post a Comment