• 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
C string constant->NSString constant without defining twice?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

C string constant->NSString constant without defining twice?


  • Subject: C string constant->NSString constant without defining twice?
  • From: Erg Consultant <email@hidden>
  • Date: Mon, 27 Apr 2009 20:35:05 -0700 (PDT)

Is there a macro for defining an NSString constant as a previously defined C string constant without having to actually define the string in two places? I have something like the following:

#define kTempQuagmireHackFilePathCString                            "/private/tmp/quagmire.dat"
#define kTempQuagmireHackFilePathNSString                           @"/private/tmp/quagmire.dat"

But I only want to have to define the path in the top define and then use the C string define to define the NSString define.

Thanks,

Erg



_______________________________________________

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

  • Follow-Ups:
    • Re: C string constant->NSString constant without defining twice?
      • From: Dave DeLong <email@hidden>
  • Prev by Date: Second frontmost app?
  • Next by Date: Re: C string constant->NSString constant without defining twice?
  • Previous by thread: Re: Second frontmost app?
  • Next by thread: Re: C string constant->NSString constant without defining twice?
  • Index(es):
    • Date
    • Thread