newbie - int and unsigned int
newbie - int and unsigned int
- Subject: newbie - int and unsigned int
- From: justin webster <email@hidden>
- Date: Mon, 17 May 2004 11:57:37 +1200
I cant figure out how to turn an int into an unsigned int.
i.e. get the value of the int without its plus/minus sign.
i'm trying something like this:
int myNewInt = integerOne + [(integerTwo - integerThree)
unsignedIntValue];
and failing.
sorry 'bout the newbie question but i'm new to C and the apple
documentation assumes a knowledge of C.
_______________________________________________
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.