Re: how to convert char to int?
Re: how to convert char to int?
- Subject: Re: how to convert char to int?
- From: Dominik Pich <email@hidden>
- Date: Mon, 19 Nov 2007 11:48:39 +0100
char c = 'a';
int ikl = (int)c;
NSLog(@"%d",ikl);
Am Nov 19, 2007 um 10:56 AM schrieb amine ahmadi:
Dear All,
I am looking for a source code that lets me convert
the type char to the int type.
Thanks for your feedback.
Best regards,
Amine
_____________________________________________________________________________
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers
Yahoo! Mail
_______________________________________________
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
_______________________________________________
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