由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - is there any lib can read .Z file in c++/c program?
相关主题
global variable usage question in C++弱问一个ifdef 和ifndef
两个class的交叉引用问题c++,这种做法不行?
最基本的C语言编程问题请教又一个初级问题: C++中多如牛毛的#define格式
Why should i include .cpp instead of .h问个两个.h文件互相include的问题
怎样include一个函数forward declaration
gcc 编译的时候要包括 header source file 吗?弱问C++一个问题 一直不解
弱问c++里有没有NULL这个keyword?问低级问题
另一个Fortran 问题C 里面有办法永久改变一个指针的属性吗?
相关话题的讨论汇总
话题: zlib话题: file话题: read话题: lib话题: c++
进入Programming版参与讨论
1 (共1页)
F*******i
发帖数: 190
1
it seems zlib can only read .gz file.
thanks!
p****s
发帖数: 32405
2
奇怪了, 我记得zlib可以的, 要不试试这个
#ifndef _ZLIB_H
#include "zlib.h"
#endif
#include "unzip.h"

【在 F*******i 的大作中提到】
: it seems zlib can only read .gz file.
: thanks!

F*******i
发帖数: 190
3
zlib can not handle .Z file,
http://www.zlib.net/zlib_faq.html#faq12
Can I know whether unzip library is a standard one from linux?
Thanks!

【在 p****s 的大作中提到】
: 奇怪了, 我记得zlib可以的, 要不试试这个
: #ifndef _ZLIB_H
: #include "zlib.h"
: #endif
: #include "unzip.h"

1 (共1页)
进入Programming版参与讨论
相关主题
C 里面有办法永久改变一个指针的属性吗?怎样include一个函数
十个包子求助:NodeJS多线程?gcc 编译的时候要包括 header source file 吗?
Help C++ Template function link error .弱问c++里有没有NULL这个keyword?
A weird segmentation fault!另一个Fortran 问题
global variable usage question in C++弱问一个ifdef 和ifndef
两个class的交叉引用问题c++,这种做法不行?
最基本的C语言编程问题请教又一个初级问题: C++中多如牛毛的#define格式
Why should i include .cpp instead of .h问个两个.h文件互相include的问题
相关话题的讨论汇总
话题: zlib话题: file话题: read话题: lib话题: c++