help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MinGW/Windows CRLF lunacy


From: Paul Pluzhnikov
Subject: Re: MinGW/Windows CRLF lunacy
Date: Mon, 09 May 2005 07:29:24 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Jumbo Shrimp, linux)

Matt <matt@themattfella.zzzz.com> writes:

> What trick do I have to use to make the file contain exactly the data
> I send to fwrite?

Perhaps open the file in binary mode?

  fopen("output", "wb");
                    ^
Cheers,
-- 
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]