What C++ frameworks provide a complete skeleton, in the fashion of Ruby on Rails?
I think Poco C++ does it, are there other options?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s hard to provide a skeleton for client applications, because there is no common functionality like in the case of web applications. 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).