Re: Status of @"" strings
Re: Status of @"" strings
- Subject: Re: Status of @"" strings
- From: Chris Kane <email@hidden>
- Date: Thu, 12 Jul 2001 10:46:20 -0700
On Thursday, July 12, 2001, at 12:56 AM, Art Isbell wrote:
These are uniqued string constants, probably similar to C string
constants (someone more familiar than I with string constants please
correct me).
Careful: these are NOT uniqued. At least, not globally in the app,
which is what most people might expect from being called "uniqued".
They are only uniqued within a translation unit to the compiler, and
that because of a happy-accident of implementation.
Chris Kane
Cocoa Frameworks, Apple