在vc下获取毫秒级时间有很多种方法, 但是在windows mobile下找了半天找到了下面的方法: DWORD temp = GetTickCount(); readLen = fread(fileBuffer, 1, readLen, fp); // 打印读取文件所需时间 printf("read file time: %d\n",GetTickCount()-temp);
posted on 2007-10-07 10:28 郭天文 阅读(792) 评论(0) 编辑 收藏 引用 所属分类: Windows Mobile
Powered by: C++博客 Copyright © 郭天文