Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Pages:
1-
How can I gunzip a file in C?
1
Name:
Anonymous
2010-08-29 6:17
Like the GZIPInputStream (
http://java.sun.com/developer/technicalArticles/Programming/compression/
), but in C.
2
Name:
Anonymous
2010-08-29 6:19
system("gunzip file");
3
Name:
Anonymous
2010-08-29 6:25
>>2
I've been looking through some solutions and sadly enough, I think I'll go with this.
4
Name:
Anonymous
2010-08-29 6:26
there should be some library, right?
5
Name:
Anonymous
2010-08-29 6:43
I believe you're looking for this:
http://zlib.net/
And fyi, it's already installed on all Linux distros.
6
Name:
Anonymous
2010-08-29 8:35
>>5
Why can't I compile it as a standalone program with plain gcc? I want to avoid any "makefiles"(which i consider bloated and poor design).
7
Name:
Anonymous
2010-08-29 9:04
-lz
8
Name:
Anonymous
2010-08-29 10:29
>>6
I want to avoid any "makefiles"(which i consider bloated and poor design).
I just compiled a bit in my pants, if you know what I mean
9
Name:
Anonymous
2010-08-29 11:03
>>8
It means that YHBFV?
10
Name:
Anonymous
2010-08-29 20:56
>>8
http://www.youtube.com/watch?v=4pXfHLUlZf4
Don't change these.
Name:
Email:
Entire Thread
Thread List