2011年3月23日

c++ zlib(qt)压缩与解压缩

摘要: #include <QtCore/QCoreApplication>#include "zlib.h"#include "stdio.h"#include <iostream>using namespace std;#define MaxBufferSize 999999void Test1();void Test2();int main(int argc, char *argv[]){ QCoreApplication a(argc, argv); //Test1(); Test2(); return a.exec();}//c 阅读全文

posted @ 2011-03-23 14:20 chuncn 阅读(14021) 评论(3) 推荐(1) 编辑

导航