What's the C++ GUI building option with the easiest learning curve - VS/Qt/wxWidgets/etc.?

前端 未结 11 1591
南旧
南旧 2021-02-07 20:38

I\'m looking to be able to build GUI applications quickly and painlessly as possible. I\'m competent (though not expert, and have no formal training) in C++, but have never used

11条回答
  •  心在旅途
    2021-02-07 20:57

    I would suggest wxWidgets. To me, it's pretty intuitive and looks nice.

    Code::Blocks was built with it, so check that out to see if you like the graphics.

    There are also a slew of bindings for wxWidgets, such as wxPython, wxErlang, and others, so if you decide to switch off of C++, you can take wxWidgets with you.

提交回复
热议问题