会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
默客
博客园
首页
新随笔
联系
订阅
管理
2008年10月9日
VC++大杂烩
摘要: 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...
阅读全文
posted @ 2008-10-09 20:54 心中飞雪
阅读(1319)
评论(0)
推荐(0)
编辑
公告