Re: Why does the following refuse to compile?
Re: Why does the following refuse to compile?
- Subject: Re: Why does the following refuse to compile?
- From: David Dunham <email@hidden>
- Date: Sun, 24 Sep 2006 11:24:50 -0700
On 24 Sep 2006, at 10:31, email@hidden wrote:
const NSStringEncoding* encoding = [NSString
availableStringEncodings];
while (*encoding)
{
NSDictionary *encoding = [NSDictionary
dictionaryWithObjectsAndKeys:[NSString
localizedNameOfStringEncoding:*encoding],@"encodingName",[NSNumber
numberWithInt:*encoding],@"encoding",nil];
Why do you name two variables the same thing? Your second version of
"encoding" is causing confusion.
David Dunham Development Manager
+1 206 926 5722 GameHouse Studios
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden