Dear Expert,
Kindly need help on conversion of long to string.
This is not functioning.Kin dly help me
Kindly need help on conversion of long to string.
Code:
long i = 123444788 to convert to string i.str(); cout<< i.str();
Comment