Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C++ > GUI capabilities for C++

Reply
Thread Tools

GUI capabilities for C++

 
 
Mike W
Guest
Posts: n/a
 
      04-18-2004
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.
 
Reply With Quote
 
 
 
 
Jeff Schwab
Guest
Posts: n/a
 
      04-18-2004
Mike W wrote:
> 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.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Baseline GUI Architecture (was: Baseline GUI Prototype?) Stefan Ram Java 3 11-20-2011 02:18 AM
PyGTK GUI update without signals from GUI Andrew Lapidas Python 0 04-12-2008 11:07 PM
A Ruby IDE with GUI capabilities JaredAngell@gmail.com Ruby 9 12-25-2006 08:16 PM
GUI - GUI value passing paul.foreman Java 5 10-25-2004 08:06 AM
[PY GUI] interest function in python GUI(wxpython,pyqt) program.wxpython,pyqt ulysses Python 4 10-22-2003 03:28 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57