|
-
May 6th, 2009, 04:49 PM
#7
Re: NULL Values
 Originally Posted by BleaS
I had considered using -1, but that requires signed integers, aren't integers, by default, unsigned? (For that matter, I'm actually working with doubles, not integers).
Integers are signed unless you request otherwise using the "unsigned" keyword.
And there's no reason doubles can't be negative....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|