摘要:
*char des[20]; //sprintf(des, "100002"); //cout ("10002"); //cout << str << endl;*/ ////char des[20]; ///*strcpy_s(des, "ganquanfu"); //cout << des << endl;*/ 阅读全文
摘要:
date dtStartDate = from_undelimited_string("20130116"); date dtEndDate = from_undelimited_string("20130115"); if (dtStartDate == dtEndDate) { cout << "等于" << endl; } else if (dtStartDate < dtEndDate) { cout << "小于" << endl; } else { 阅读全文
摘要:
timer tm; map *> mpList; date dtStartDate = from_undelimited_string("20021212"); //cout << to_iso_string(dtStartDate.end_of_month()) << endl; date dtEndDate = from_undelimited_string("20131215"); int ndtEarlyYear = 0 ; // 记录dtEarly日期的年份 int ndtNearYear = 0; // 记录dt 阅读全文
摘要:
#include #include #include #include #include #include "IPermanceServiceShare.h"using namespace boost;using namespace std;using namespace boost::gregorian;void main(){ timer tm; map *> mpList; date dtStartDate = from_undelimited_string("19880612"); date dtEndDate = from_undelim 阅读全文