Just curious, are there c++ frameworks out there which resemble django-python , symphony-php, or spring-java?
Gath
|
6
|
Just curious, are there c++ frameworks out there which resemble django-python , symphony-php, or spring-java? Gath
|
|||
|
|
|
I don't know anything about django-python , symphony-php, or spring-java, but to me, Qt is the best (or one of the best) C++ framework available. |
||||||||
|
|
|
Hmmm, for what OS? For Windows, nothing beats Borlands VCL (in my opinion) |
||||
|
|
|
Here is one web toolkit in c++ Wt (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. |
||
|
|
|
|
The best solution avaliable for you is Wt is a Web Toolkit (Wt) that allows you to create high performance AJAX applications and is inspired on Nokia's Qt. Do you need to know that a C++ applications won't work in all web servers, because it has dependencies and require an extra apache module or a custom httpd. Good luck with your project. |
||
|
|
|
|
CppCMS: http://cppcms.sourceforge.net It is MVC framework that had taken many ideas from Django. |
|||
|
|