Are there C++ frameworks out there which resemble Django [1] / Python [2], Symfony [3] / PHP [4], or Spring [5] / Java [6]?
It is an MVC [2] framework that had taken many ideas from Django [3].
[1] http://cppcms.sourceforge.netThe best solution avaliable for you is Wt [1] (Web Toolkit) that allows you to create high performance Ajax [2] applications and is inspired on Nokia's Qt [3].
Anyway, I want you to know that C++ applications won't work on all web servers, because they have dependencies and require an extra Apache [4] module or a custom httpd [5] (web server).
[1] http://www.webtoolkit.eu/wt#/Here is one web toolkit in C++ Wt [1] (pronounced 'witty') is a C++ library and application server for developing and deploying web applications. It is not a 'framework', which enforces a way of programming, but a library.
[1] http://www.webtoolkit.eu/wtTreeFrog Framework is a high-speed and full-stack C++ framework for developing Web applications. You can see it here: http://www.treefrogframework.org/
Check out the ffead [1] C++ application framework. It's developed on the lines of Spring [2] for Java.
[1] http://code.google.com/p/ffead-cpp/