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

前端 未结 11 1585
南旧
南旧 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条回答
  •  猫巷女王i
    2021-02-07 21:22

    If cross-platforming is not necessary, try .net + msvs or delphi. easy, all-in-one, no pain.

提交回复
热议问题