Search code examples
c++templatestemplate-engine

What's a good HTML template engine for C++?


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?


Solution

  • 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.