Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
DoubleToStr is a code snippet to convert an double to std::string. To convert a std::string to double, use StrToDouble.
DoubleToStr has multiple versions:
#include <stdexcept> |
The code snippet above was modified from the C++ FAQ Lite.
#include <string> |
#include <string> |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.