什么是 C++ 好的 HTML 模板引擎?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/537820/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
What's a good HTML template engine for C++?
提问by Bjorn
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?
打算用 C++ 写一个网站。想使用像 Clearsilver 这样的模板系统,但也许有更好的选择?
采纳答案by yesraaj
回答by alphadogg
回答by Kristian
回答by epatel
You can have a look at cgiccwhich help handling posted data, but it's not actually for the html generation part. Otherwise I think Clearsilveris a very good template engine that has been used professionally
您可以查看帮助处理已发布数据的cgicc,但它实际上不适用于 html 生成部分。否则我认为Clearsilver是一个非常好的模板引擎,已经被专业使用