摘要:
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
阅读(5024)
评论(0)
推荐(0)