Hello All,

I have been using c++ console applications for a while. I need to develop some graphical user interfaces. Even though there are many ways of developing a gui, I am not sure what is the most easy to learn and use. There is a library called Q4 library, do you suggest to use it or do you suggest something else?
I am looking forward to hearing from you,

Thanks for helps,

Recommended Answers

All 3 Replies

There are many, many many options. Here's a list:

http://en.wikipedia.org/wiki/List_of_widget_toolkits

QT4 has a good reputation, for good reason. Have a look through the others as well and pick the one that best suits your needs and abilities.

For what operating system???

if your using windows, i sugest starting with basic WIN32 programming. Microsoft gives a very detailed intro to this type of coding. please bear in mind though, WIN32 coding is much more difficult than standard Console programming. not trying to discourage you, but just want to let you know.

take a look here:
http://msdn.microsoft.com/en-us/library/bb384843.aspx

if you running linux, try wxWidgets. I'm dabbling into it right now and it works pretty well, plus it's cross platform.

http://www.wxwidgets.org/

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.