Re: Getting started in Cocoa and IB
Re: Getting started in Cocoa and IB
- Subject: Re: Getting started in Cocoa and IB
- From: Julien Silland <email@hidden>
- Date: Tue, 3 Dec 2002 17:41:35 +0100
Le mardi, 3 dic 2002, ` 17:24 Europe/Paris, Chris Ridd a icrit :
On 3/12/02 4:03 pm, Julien Silland <email@hidden> wrote:
myString = [myTextField stringValue];
myConstChar = [myString cString];
For a cheap and cheerful test program that's fine. However the cString
method is deprecated so you shouldn't really use it... Presumably
because
there's no control over what encoding is used in the string.
I know. It's really something I typed quickly, just to show an example.
I am so a beginner in Cocoa too :) I didn't know the method was
deprecated. Sorry about that.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.