Question:
Hey does anybody know how to make C++ programs using nice graphical user interface?
Michael
2011-03-27 02:57:14 UTC
Hey does anybody know how to make C++ programs using nice graphical user interface...?
i'm doing C++ but it looks so boring because the output comes to my cmd or terminal(in ubuntu)..
I want to know is there any method or software available to create C++ programs with nice graphical user interfaces...! Pls help me.....!!!
Three answers:
jplatt39
2011-03-27 03:35:32 UTC
There are lots of them, but it is what is known as an advanced programming topic. If you are using Windows try to get your hands on a tutorial for using Windows.h. For Unix or Linux mostly get GLADE -- which is a graphic IDE that outputs source code. For Mac OS X or Unix or Linux also look into the QT libraries.



It is NOT easy though and you are well advised to make sure you can walk before you try jogging.
2011-03-27 03:02:09 UTC
Read up on the API for using the Gnome Gui in programs. The GTK toolkit is what is responsible for making the bare necessity for GUI

http://developer.gnome.org/



I should note that making a graphical progarm is a lot more harder then making a programs done through commandlane.



A helpful tip, you need to learn how to walk before you learn how to run.
?
2016-11-15 05:48:02 UTC
QT is physically powerful, even nevertheless it particularly relates to C++. GTK+ is an area of Gnome-based Linux. you are able to code GTK or use a crude format device that your C application will examine an xml record to rig the GUI while your application runs. individually, i exploit Java for my front-ends.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...