Below are revisions for this snippet.

Any basic type ToString





Syndication

Revision Revison 1
Transform any basic type to string. Very handy for log messages

Usage:

int i(12);
float j(3.14);
cout