Possible Duplicate:
C++ HTML template framework, templatizing library, HTML generator library
Planning to write a website in C++. Would like to use a template system like Clearsilver, but maybe there's a better alternative?
Planning to write a website in C++. Would like to use a template system like Clearsilver, but maybe there's a better alternative? |
|||
|
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
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. |
|||||||
|
|
To add to the previous question: You could also interface with ClearSilver (written in C) with C++. |
|||
|
|
|
You can have a look at cgicc which help handling posted data, but it's not actually for the html generation part. Otherwise I think Clearsilver is a very good template engine that has been used professionally |
|||
|
|