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++ 框架以 Ruby on Rails 的方式提供了完整的框架?
我认为 Poco C++ 做到了,还有其他选择吗?
很难为客户端应用程序提供框架,因为没有像 Web 应用程序那样的通用功能。Qt在提供新应用程序中可能需要的内容方面做得非常好(是的,它不仅仅是 GUI)。
除了 POCO 和 Qt,我想到的只有另外两个成熟的跨平台应用程序框架适合 C++: WxWidgets和gtk+(或它的 C++ 绑定gtkmm)。