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

帅比萌擦擦* 提交于 2019-12-03 02:25:38

问题


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?


回答1:


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.




回答2:


To add to the previous question:

CTemplate

CTPP

You could also interface with ClearSilver (written in C) with C++.




回答3:


Check out Grantlee: based on Django's template system, but using C++ and Qt.




回答4:


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



来源:https://stackoverflow.com/questions/537820/whats-a-good-html-template-engine-for-c

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!