I’m trying to keep my C++ project cross-platform as much as possible.
Albeit I do have dependencies on the following MFC\ATL classes: CString, CTime, CTimeSpan.
Is there an open implementation somewhere of MFC\ATL classes?
How common are these packages and should I use the open source libraries to start with, or should I wait until the need arises?
Instead of
CStringusestd::stringInstead of
CTimeuseboost::ptimeInstead of
CTimeSpanuseboost::time_duration