vote up 8 vote down star
6

Just curious, are there c++ frameworks out there which resemble django-python , symphony-php, or spring-java?

Gath

flag

26% accept rate
Those are web frameworks... what are you trying to do? – Mark Apr 14 at 4:36

5 Answers

vote up 1 vote down

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.

link|flag
1  
Wrong. He asked for web frameworks. – Agnel Kurian Apr 14 at 8:33
3  
He edited his question and question title after I replied. Please see Mark's comment in OP's question. – Donotalo Apr 14 at 10:33
vote up 0 vote down

Hmmm, for what OS?

For Windows, nothing beats Borlands VCL (in my opinion)

link|flag
VCL is not a C++ framework – Piotr Dobrogost May 11 at 18:31
It most certainly is. Although it is not WRITTEN in C++ is is fully usable by C++ with an interface layer. Therefor it is a C++ framework. – gbrandt May 11 at 21:02
vote up 10 vote down

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.

link|flag
vote up 4 vote down

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.

link|flag
vote up 1 vote down

CppCMS: http://cppcms.sourceforge.net

It is MVC framework that had taken many ideas from Django.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.