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>
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 mails | Author | Date |
|---|---|---|
| amine ahmadi | Nov 19, 10:56 | |
| Alastair Houghton | Nov 19, 11:43 | |
| Dominik Pich | Nov 19, 11:48 | |
| Shawn Erickson | Nov 19, 12:06 |






Cocoa mail archive

