Long to C-String
Long to C-String
- Subject: Long to C-String
- From: David Blanton <email@hidden>
- Date: Mon, 07 Apr 2003 15:11:41 -0600
Given :
NSData * theData;
...
bytesPtr = [theData bytes];
Where bytesPtr points to 00000001
How can this converted to its C string representation (0x31)?
Thanks.
David Blanton
"Cocoa FNG"
_______________________________________________
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.