03 2011 档案

c++ zlib压缩与解压缩
摘要: #include "stdafx.h"#include "zlib.h"#include <iostream>using namespace std; #pragma comment(lib,"zlib.lib")int _tmain(int argc, _TCHAR* argv[]){int err; Byte compr[200], uncompr[200]; //足够大uLong comprLen, uncomprLen; const char* hello = "1234567890"; //原阅读全文

posted @ 2011-03-23 14:20 chuncn 阅读(860) | 评论 (1) 编辑