
c语言
hjk768
这个作者很懒,什么都没留下…
展开
-
error: 'memcpy' was not declared in this scope
error: 'memcpy' was not declared in this scope 没有加入头文件#include原创 2011-05-05 16:03:22 · 359 阅读 · 0 评论 -
读取文件操作
//获取路径 NSString *path=[[NSBundle mainBundle]pathForResource:@"file3" ofType:@"dmh"]; //NSLog(@"path:%@",path); //转换 unsigned int lenOfstrValue = [path length]...原创 2011-03-21 16:13:08 · 86 阅读 · 0 评论