Category Archives: C++
Visual Studio 2005, C++ and Time
Microsoft wisely updated time_t and the ATL CTime and CTimeSpan to use a int64 under the hood (from a int32), this is good except when we have those data types in our interfaces, and now we have broken backwards compatibility. … Continue reading
Posted in C++, Programming, Visual Studio
Leave a comment