В сообщении от 29 ноября 2006 15:18 Warren Young написал(a):
> Королев Илья wrote:
> > Can you advice me a good C++ template engine?
>
> The closest thing I can think of is XSLT. This would make sense if, as
> I originally suggested, we declare SSQLSv2 structures using some form of
> XML. Then we don't even have to build our own translator tool: we can
> use xsltproc, or something like that. The hard part is in maintaining
> the XSL code.
XSL is too unclear to me :(
>
> If you don't like that, the best thing I can suggest is to try one of
> the new programmers' search engines that have popped up recently. I
> haven't had a good reason to use one, though, so I don't have any of
> their names in mind right now.
the only working template engine I've found is http://reki.ru/products/ctpp/
it's small enought to use it. What do you think?