GUI capabilities for C++

M

Mike W

What are the GUI capabilities of C++, and how
powerful/useful/sophisticated are they (specifically compared to
Java's Swing)? Where can I find more information on this topic?
Thanks.
 
J

Jeff Schwab

Mike said:
What are the GUI capabilities of C++, and how
powerful/useful/sophisticated are they (specifically compared to
Java's Swing)? Where can I find more information on this topic?

The C++ language and standard libraries have no direct support for
GUI's. GUI's are developed using separate libraries, many of which are
in wide use and are well supported. I hear particularly good things
about wxWidgets and Qt.

C++ is generally considered an excellent language for GUI development.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,014
Latest member
BiancaFix3

Latest Threads

Top