Re: creating files to write data to?
Re: creating files to write data to?
- Subject: Re: creating files to write data to?
- From: Nick Zitzmann <email@hidden>
- Date: Fri, 15 Aug 2008 12:21:31 -0600
On Aug 14, 2008, at 6:42 PM, FTB Accounts wrote:
However I am still unable to write to a file... I have tried
everything...
Here is my code for my main.m file. What am I missing?
For starters, NSString constants have to begin with an @ sign, or they
will be treated by the compiler as C char array constants, which are
not the same as NSString constants. In other words:
@"This is an NSString constant string."
"This is a C char array constant string."
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden