Debugging, strings and floats.

Started by
9 comments, last by Roaders 20 years, 10 months ago
I''d be inclined to do it like this, rather than proliferate evil casts all around your project...

void MY_TRACE(const std::stringstream& ss){	DXTRACE_MSG(const_cast<char*>(ss.str().c_str()));}

This topic is closed to new replies.

Advertisement