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?

PHP Code:
string s;
double d;
3.14
string(d);
cout << << endl
there isnt a constructor with a double argument...