C ++ HTML Generation Classes

Question asked by jbar question .

Scripting languages ​​such as Python, Ruby, and Perl have libraries that make it easy to create dynamic HTML. (For example, the cgi module in Ruby.)

Are there any similar packages for C ++? I do not know a single one, and at least some promiscuous search engine did not reveal it.

+4
source share
2 answers

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

I don't know anything about this, but their webpage is blank and the introduction sounds like you're looking ...

Wt (pronounced "witty") is a C ++ library and application server for developing and deploying web applications. This is not a wireframe that provides a way of programming, but a library.

...

In contrast, a web application developed using 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 codes.

+4
source

Cgicc generates HTML. I played with him once, and it seemed very pleasant to me.

+2
source

All Articles