[ACCEPTED]-gui library for beginner C++ programmer-user-interface

Accepted answer
Score: 10

You should try out Qt. It's really nice and 2 it has a lot of features, and it's cross 1 platform.

And here is some tutorials for it.

Score: 2

Qt. It is cross platform, and easy to use.

0

Score: 1

You should take a look at gtkmm. It is written 3 in modern c++, uses stl, follows its conventions, includes 2 support for utf-8. What's more, it's open 1 source and cross-platform.

Score: 1

In addition to QT that others have mentioned, take 2 a look at wxWidgets. It's cross platform and very 1 usable for a beginner.

More Related questions