BlogsGoogleC++ Templating Library

C++ Templating Library

C++ Templating Library

1
posts
2006

Google has introduced Ctemplate, a C++ templating library designed to help developers generate text-based output, such as HTML, from templates and data. This library aims to simplify the process of creating dynamic content by separating presentation logic from application code, offering features for string manipulation, loops, and conditional logic within templates. It is intended for use in large-scale web applications and other text generation tasks.

2006

New Project: Google Ctemplate- Google Developers Blog

4/24/2006

This post announces the release of Ctemplate, a new C++ templating library. It highlights the library's purpose of separating presentation logic from application code for generating text-based output like HTML. Key features mentioned include support for string manipulation, loops, and conditional logic within templates, making it suitable for large-scale web applications.