vote up 3 vote down star
1

A question prompted by jbar's question.

In scripting languages like Python, Ruby, and Perl, there are libraries that simplify generating dynamic HTML. (For example, the cgi module in Ruby.)

Are there any similar packages for C++? I don't know of one, and at least some desultory googling didn't reveal one.

flag

73% accept rate

4 Answers

vote up 2 vote down check

This was yielded from a google-search:

http://www.webtoolkit.eu/wt#/

I don't know anything about it, but their web-page is clean and the introduction sounds like exactly what you're looking for...

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.

...

In contrast, a web application developed with Wt is written in only one compiled language (C++), from which the library generates the necessary HTML/XHTML, Javascript, CGI, SVG/VML/Canvas and AJAX code.

link|flag
vote up 1 vote down

Cgicc does HTML generation. I've toyed with it once, and it seemed pretty nice.

link|flag
vote up 0 vote down

libapache2-mod-raii is a complete framework with builtin database connexion pools, sessions and all the stuffs that makes developping web applications enjoying !

link|flag
vote up -2 vote down

Something similar was already asked here 9 days ago.

link|flag
1  
NOt all that similar, seeing as django, symfony, and spring are all frameworks with persistence layers and middle tiers. – Charlie Martin Apr 23 at 16:56

Your Answer

Get an OpenID
or

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