On Nov 1, 2007 6:59 PM, mano M <[EMAIL PROTECTED]> wrote:

>   I am reading bulk of data and writing into a file in binary format using 
> fwrite().I like to create new line after writing each structure. How can I do 
> it.

Are the structures all binary data? Are you creating fixed length
records? If so, why do you need the newline at the end of each record?
If not, write the file as delimited text and append with a \n.

-- Brett
------------------------------------------------------------
"In the rhythm of music a secret is hidden;
    If I were to divulge it, it would overturn the world."
               -- Jelaleddin Rumi

Reply via email to