Hello,

I waas wondering how do I do this using std::string instead of char*
sprintf(szStr, "%.2f", dNum);

thanks