FROM : deepak gopal
DATE : Tue Nov 06 21:34:24 2007
Hi
I have an hexadecimal number in NSString. I want to add 0x1000 to my Hexadecimal number and print out the result.
Say:
NSString *hexString = @"2fffa";
// I need to print
hexString + 0x1000
How can I do hexadecimal addition?
Thank you
DG
Get the freedom to save as many mails as you wish. To know how, go to http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html
DATE : Tue Nov 06 21:34:24 2007
Hi
I have an hexadecimal number in NSString. I want to add 0x1000 to my Hexadecimal number and print out the result.
Say:
NSString *hexString = @"2fffa";
// I need to print
hexString + 0x1000
How can I do hexadecimal addition?
Thank you
DG
Get the freedom to save as many mails as you wish. To know how, go to http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html
| Related mails | Author | Date |
|---|---|---|
| deepak gopal | Nov 6, 21:34 | |
| Charles Steinman | Nov 6, 22:05 | |
| Keary Suska | Nov 6, 23:20 |






Cocoa mail archive

