gui library for beginner C++ programmer
which gui library would be good for cross platform for a beg开发者_Go百科inner using C++
You should try out Qt. It's really nice and it has a lot of features, and it's cross platform.
And here is some tutorials for it.
Qt. It is cross platform, and easy to use.
You should take a look at gtkmm. It is written in modern c++, uses stl, follows its conventions, includes support for utf-8. What's more, it's open source and cross-platform.
In addition to QT that others have mentioned, take a look at wxWidgets. It's cross platform and very usable for a beginner.
精彩评论