2008年9月5日

摘要: 1. 如何获取系统日期CTime tm = CTime :: GetCurrentTime();CString strTime = tm.Format(_TEXT(“%Y-%M-%d %H:%M:%S));MessageBox(strTime);2. 动态分配二维数组int **array;array = new int*[col];if(array = = 0) exit(-1);f... 阅读全文
posted @ 2008-09-05 00:43 tony.zjb 阅读(4976) 评论(0) 推荐(0) 编辑

导航