C/C++从文件路径中取文件名
摘要:
void* GetFilename(const char* fullpathname) { char* save_name, *pos; int name_len; name_len = strlen(fullpathname); pos = fullpathname + name_len; while(*pos != '\\' && pos != fullp... 阅读全文
posted @ 2012-06-14 16:18 狼爱上羊 阅读(9013) 评论(0) 推荐(0)
浙公网安备 33010602011771号