CTime timecore.cpp 40 报错的问题
当CTime类的年的大于2040年左右,这个类就会出现报错
Microsoft Visual C++ Debug Library
Debug Assertion Failed!
Program: XXXX.exe
File: timecore.cpp
Line: 40
For information on how your program can cause an assertion
failure, see the Visual C++ documentation on asserts.
(Press Retry to debug the application)
解决方法是用ColeDateTime类来替代CTime