Hi,
I have a function that is trying to serialize a CString like:
template<class Archive>
void save(Archive &ar, const unsigned int version) const
{
ar & m_strMyString....
http://www.experts-exchange.com/Programming/Languages/CPP/Q_22156591.html
Zones:
C++Date Answered: 02/09/2007 Grade: A Views: 4
I am trying to use a multimap as a member function like this in my header file.
volatile multimap<int, string> message_center;
then i try to use it in a member function like this, in my .cpp...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_11362298.html
Zones:
C++Date Answered: 09/24/2000 Grade: A Views: 0
Hi
I have a project that was written in VC++ 6.0 and compiles fine in that, but if I try to compile it under Visual Studio .NET, everything breaks. I managed to fix some of it by fiddling with t...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CPP/Q_21300070.html