Greetings!
I am running into a problem with implicit conversion of arguments when
trying to insert the contents of a CString object into a stringstream.
I am using the following typedef:
typedef std::basic_stri ngstream<TCHAR> ustringstream;
I have a function that somewhat resembles the following:
void DoSomething(CSt ring TitleString)
{
TryToDoSomethin g();...