I want simple C++ string based template library to replace strings at runtime.
For example, I will use
string template = \"My name is {{name}}\"; >
Can you use sprintf?
There's also boost::format if you want to include boost.