Voting

: min(zero, eight)?
(Example: nine)

The Note You're Voting On

rupix at rediffmail dot com
23 years ago
Windows makes a distinction between 'text' and 'binary' files. So if you run the above code on a windows platform, it will produce a garbled image. To overcome this problem put the file mode in fopen() as 'wb' instead of 'w'.

Cheerio !!

Rupinder

<< Back to user notes page

To Top