ar didn't overload << and >> for vector ,list ,map,and so on, and these didn't inherit from Cobject, so no the virtual function Serialize, can't use the
CTypedPtrlist.serialize(ar) to write and read ,and so on,so we lost the ways of MFC's writing and read,if we use stl in a MFC application?
how can do this ?
I know MFC macro max,min need be hidden if use stl.