typechecking
typechecking
- Subject: typechecking
- From: email@hidden
- Date: Wed, 30 Apr 2008 12:32:03 +0200
hi,
i think 'being accurate' is very important in the case of writing software. and storing a 64 bit value in a variable that is not capable of holding that much bits, should lead to an error, preferably a compiler error.
i wrote the following function:
void test(void){ int myint; int64_t myintbig=412345678;
myint=myintbig; }
my question is: how (and where) do i tell xcode to generate an error on the above assignment?
-- met vriendelijke groeten perry winkel
http://www.perry7.nl
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden