• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: creating files to write data to?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Re: creating files to write data to? (From: FTB Accounts <email@hidden>)

  • Prev by Date: best way to determine if portion of window is visible?
  • Next by Date: Re: creating files to write data to?
  • Previous by thread: Re: creating files to write data to?
  • Next by thread: Re: creating files to write data to?
  • Index(es):
    • Date
    • Thread