C++ was formally standardised in 1998, but how far back can we find a class named string that looks like std::string does in C++2003 in a pre-standard C++ implementation?
I ask because CString, as part of MFC, has been "out there" since 1992 and I'm trying to determine whether it was first seen before or after what eventually became std::string.
