Im having a bit of trouble with conversions to this string thing (from string.h). Is there an all knowing conversion table or something of the like?
there isnt a constructor with a double argument...PHP Code:string s;
double d;
d = 3.14
s = string(d);
cout << s << endl;





Reply With Quote