fgets bzip2

  • Thread starter giuseppe.cannella
  • Start date
G

giuseppe.cannella

i need to read a row on a bzip2 file like the fgets function does on a
text file

can you help me to find this function

thank
 
I

ImageMagicLeader

i need to read a row on a bzip2 file like the fgets function does on a
text file

can you help me to find this function

thank
Will you work on gcc? The linux should have some corresponding
function library!
Cool images sent on Valentine's Day,http://winend.com
 
G

giuseppe.cannella

no
i work with visual c++

On Feb 2, 10:21 pm, (e-mail address removed) wrote:> i need to read a row on a bzip2 file like the fgets function does on a



Will you work on gcc? The linux should have some corresponding
function library!
Cool images sent on Valentine's Day,http://winend.com
 
S

santosh

i need to read a row on a bzip2 file like the fgets function does on a
text file

can you help me to find this function

What do you mean by "row"? fgets does not read a row, from a text
file. It attempts to read a line. If you want to read pure binary data
from the bzipped file, use fread(), otherwise, it's better to use
bzip's own source code.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top