943,739 Members | Top Members by Rank

Ad:
  • C++ Discussion Thread
  • Unsolved
  • Views: 627
  • C++ RSS
Apr 5th, 2009
0

Beginner to C++ GUI

Expand Post »
I've never done anything involving GUI before, but wanted to try it. I figured I'd start with something small at first like a simple calculation program before I try to do it with something more complicated.

Where should I start and what kind of programs might be needed to do this? I've tried looking over some tutorials but I'm still lost as to what I need before I start.

One person suggested that I download a GUI builder to help. Is this a good idea or is it better to handle it myself?

Any help is appreciated.
Similar Threads
Reputation Points: 18
Solved Threads: 10
Junior Poster
DemonGal711 is offline Offline
190 posts
since Apr 2008
Apr 5th, 2009
0

Re: Beginner to C++ GUI

What Platform?
Team Colleague
Reputation Points: 361
Solved Threads: 214
Taboo Programmer
Comatose is offline Offline
2,413 posts
since Dec 2004
Apr 6th, 2009
0

Re: Beginner to C++ GUI

There are a lot of GUI libraries available. wxWidget is a cross-platform free open-source library for developing native GUI
Another is GTK+(with the gtkmm port for C++), which I use is best if your platform uses GNOME as its desktop environment. Though, GTK is also cross-platform free open-source.
If you are on windows, you may use MFC but I don't suggest it.
Its better to go cross-platform with wxWidget.
Find some info about them and get back on us when you get struck
Reputation Points: 1486
Solved Threads: 140
Practically a Posting Shark
siddhant3s is offline Offline
816 posts
since Oct 2007
Apr 6th, 2009
0

Re: Beginner to C++ GUI

Here's my suggest for Qt (http://www.qtsoftware.com/products/). It's the basis for KDE (http://www.kde.org/) and is multi-platform (Linux, Mac, Windows). I prefer it to wxWidget and would highly discourage use of MFC.

You can get Qt Creator (http://www.qtsoftware.com/products/developer-tools), which offers a nice GUI designer.
Reputation Points: 22
Solved Threads: 28
Junior Poster
adam1122 is offline Offline
181 posts
since Mar 2009
Apr 6th, 2009
0

Re: Beginner to C++ GUI

I think that wxWidgets will be a good choice for you ...

Actually it wouldn't be too difficult to learn, it offers you many features and it's cross-platform (and it's well documented) ...

If you want to read a good tutorial about it you should definitely check out this one ...
Reputation Points: 2125
Solved Threads: 243
Postaholic
tux4life is offline Offline
2,105 posts
since Feb 2009

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in C++ Forum Timeline: Algorithm Integer with Parameters
Next Thread in C++ Forum Timeline: how to convert C++ project code into activex control





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC