Tagged Questions

6
votes
2answers
364 views

What is the best library to use when writing GUI applications in C++? [closed]

Possible Duplicate: Gui toolkits, which should I use? I've got a fair bit of C/C++ experience - mostly for writing console application for Windows/Linux, and also a fair bit of C# ...
5
votes
8answers
2k views

Easiest cross platform widget toolkit?

What is the easiest cross platform widget toolkit? that minimally covers Windows, osx, and Linux with a c or c++ interface?
1
vote
3answers
117 views

Cross-platform widget toolkit

I'm looking for a cross-platform widget toolkit that I can use for a C application that I'm developing. This application will only serve as a small front-end. I'm keen on good design and usability. ...