Re: writing huge C-array to a file
Re: writing huge C-array to a file
- Subject: Re: writing huge C-array to a file
- From: Dado Colussi <email@hidden>
- Date: Fri, 21 Jul 2006 17:27:55 +0200
You could use NSFileHandle to *open* your file. It has a method
fileDescriptor that returns a normal UNIX/POSIX file descriptor. See
also fdopen() if you're interested in using stdio. Then use your
preferred algorithm to actually *write* the matrix out.
Dado
On 21 Jul 2006, at 17:04, PGM wrote:
This works, but I am afraid that it will break when the fileName
contains non-ASCII characters. Is there another fast way to write a
large C-array to a file that does work with non-ASCII filenames?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden