Re: What's so special about NSString literals? (RE: memory management)
Re: What's so special about NSString literals? (RE: memory management)
- Subject: Re: What's so special about NSString literals? (RE: memory management)
- From: mmalcolm crawford <email@hidden>
- Date: Wed, 17 May 2006 20:07:14 -0700
On May 17, 2006, at 7:56 PM, Eric wrote:
Are strings defined as NSString *string = [NSString
stringWithFormat...]
constants as well? I mean, they are certainly immutable, but I'm
not sure
if it's in the same class as string literals. If they are the same,
doesn't that mean I don't have to worry about releasing manually
allocated
NSString like "string" as well?
What does the documentation say?
Please, the list should not be the first resort. I appreciate that
as a newcomer to the technology it is useful to be able to ask for
support from others, but you must be prepared to put in some effort
yourself. For general guidelines, see:
<http://www.catb.org/~esr/faqs/smart-questions.html>
mmalc
_______________________________________________
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