Королев Илья 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.
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.