How2 convert long to sring in C++ ?
long A = 12345678;
string B =A; // < won't compile obviously.

Does any1 know a function that converts long to string ?

Thanks.

------------------
There are no stupid questions, there are stupid answers.