摘要: // ProcessOutput.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include "stdio.h" #include "stdlib.h" #include "string.h" static int GetFileSize(FILE *stream) { int curPostion; int length; ... 阅读全文
posted @ 2016-09-22 20:18 alexliu2360 阅读(121) 评论(0) 推荐(0) 编辑