Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道用 C++ 编写 GUI 的最佳和更快的方法是什么。
过去,我只使用 Windows API 创建了我的 GUI。现在我想阅读一些关于 GTK、MFC、QT ecc 等其他库的建议。
谢谢 :)
使用 Qt。它功能强大且易于使用,而且它是跨平台的。如果我需要 C++ 的 GUI,我总是选择 Qt。