简体   繁体   English

完整的C ++“从头开始”框架

[英]Complete C++ “from scratch” frameworks

What C++ frameworks provide a complete skeleton, in the fashion of Ruby on Rails? 哪些C ++框架以Ruby on Rails的方式提供了完整的框架?

I think Poco C++ does it, are there other options? 我认为Poco C ++可以做到,还有其他选择吗?

It's hard to provide a skeleton for client applications, because there is no common functionality like in the case of web applications. 很难为客户端应用程序提供框架,因为没有像Web应用程序那样的通用功能。 Qt does a pretty good job at providing what you might need in a new application though (yes, it does much more than just GUI). Qt在提供新应用程序中可能需要的功能方面做得很好(是的,它所做的不仅仅是GUI)。

Besides POCO and Qt, there are only two other mature cross-platform application frameworks suitable for C++ that come to my mind: 除了POCO和Qt,我想到的还有其他两个适用于C ++的成熟的跨平台应用程序框架:
WxWidgets and gtk+ (or its C++ binding gtkmm ). WxWidgetsgtk + (或其C ++绑定gtkmm )。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM