Skip to content

Instantly share code, notes, and snippets.

@thiagomg
Created September 16, 2015 01:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thiagomg/9e977b4c088734a95769 to your computer and use it in GitHub Desktop.
Save thiagomg/9e977b4c088734a95769 to your computer and use it in GitHub Desktop.
Template and OO - main
string_builder s;
s.add(1).add(12.2).add("thiago ").add(true);
cout << s.str() << endl;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment