由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - in C++ how to write file in gzip format directly?
相关主题
向硬盘上写大文件的方法怎么设计这个client
perl, Java, C/C++ 在数据处理和分析中的比较并行程序能做到不用专门写么?
C++11使用感受及一些问题C++ Q 99-102 (转载)
two general C++ question深情的呼唤师傅们!C++做题做不出来啦!
C++ output format problemC#中如何share Pre-processing directives
问一个Fortran和C++科学数值格式输出区别的问题你妈用VS写个helloworld真难啊。
C++ formatted output questionchar s[]和char *ps的不同
要学python了 有点不爽啊copy_from_user() 是怎么知道缓存长度的? (转载)
相关话题的讨论汇总
话题: gzip话题: format话题: file话题: c++话题: directly
进入Programming版参与讨论
1 (共1页)
T*****B
发帖数: 160
1
I want to output the the results in text format, which is in the range of 3GB.

Is there a way to open a writable File handle in gzip format, and write in
gzip format directly?
Many Thanks!
o**o
发帖数: 3964
2
google "zlib". it's a free library, very easy to use.

3GB.

【在 T*****B 的大作中提到】
: I want to output the the results in text format, which is in the range of 3GB.
:
: Is there a way to open a writable File handle in gzip format, and write in
: gzip format directly?
: Many Thanks!

T*****B
发帖数: 160
3
Thanks!

【在 o**o 的大作中提到】
: google "zlib". it's a free library, very easy to use.
:
: 3GB.

1 (共1页)
进入Programming版参与讨论
相关主题
copy_from_user() 是怎么知道缓存长度的? (转载)C++ output format problem
Pyspark 怎么format output?问一个Fortran和C++科学数值格式输出区别的问题
Angular formating Q: {{(mysystem.freeMem / myststem.totalMem) * 100}}%C++ formatted output question
How to concatenate two .tar.gz files要学python了 有点不爽啊
向硬盘上写大文件的方法怎么设计这个client
perl, Java, C/C++ 在数据处理和分析中的比较并行程序能做到不用专门写么?
C++11使用感受及一些问题C++ Q 99-102 (转载)
two general C++ question深情的呼唤师傅们!C++做题做不出来啦!
相关话题的讨论汇总
话题: gzip话题: format话题: file话题: c++话题: directly