Advertisement

1 - 3 of 3 containing alltags:("c2663") (0 seconds)
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....
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...
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...
Zones: MS Visual C++Date Answered: 02/11/2005 Grade: B Views: 14
  • 1