| | |
Beginner to C++ GUI
Please support our C++ advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Apr 2008
Posts: 185
Reputation:
Solved Threads: 10
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.
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.
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
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
Siddhant Sanyam
(Not posting much)
Migrate to Standard C++ :When to tell your C++ Code is Non-Standard.
Please Read before posting: How To Ask Questions The Smart Way
(Not posting much)
Migrate to Standard C++ :When to tell your C++ Code is Non-Standard.
Please Read before posting: How To Ask Questions The Smart Way
•
•
Join Date: Mar 2009
Posts: 181
Reputation:
Solved Threads: 28
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.
You can get Qt Creator (http://www.qtsoftware.com/products/developer-tools), which offers a nice GUI designer.
![]() |
Similar Threads
Other Threads in the C++ Forum
- Previous Thread: Algorithm Integer with Parameters
- Next Thread: how to convert C++ project code into activex control
| Thread Tools | Search this Thread |
api array based beginner binary bitmap c++ c/c++ calculator char char* class classes code coding compile compiler console conversion count database delete deploy desktop developer directshow dll dynamiccharacterarray email encryption error file forms fstream function functions game givemetehcodez google graph homeworkhelp homeworkhelper iamthwee ifstream input int integer lib linkedlist linux list loop looping loops map math matrix memory multiple news node number numbertoword output parameter pointer problem program programming project proxy python random read recursion recursive reference return rpg sorting string strings struct temperature template templates text tree unix url variable vector video visualstudio win32 windows winsock word wordfrequency wxwidgets






