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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to