Skip navigation.
 
mlRe: how to convert char to int?
FROM : Dominik Pich
DATE : Mon Nov 19 11:48:39 2007

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_removed>)
>
> 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:
> http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>
>
> This email sent to <email_removed>

Related mailsAuthorDate
mlhow to convert char to int? amine ahmadi Nov 19, 10:56
mlRe: how to convert char to int? Alastair Houghton Nov 19, 11:43
mlRe: how to convert char to int? Dominik Pich Nov 19, 11:48
mlRe: how to convert char to int? Shawn Erickson Nov 19, 12:06