[nycbug-talk] Re: MSNBC on the decline of technology jobs
alex at pilosoft.com
alex
Wed Jun 22 21:52:48 EDT 2005
On Thu, 23 Jun 2005, Jed Davis wrote:
> /*
> * This came up (in a much more complicated form)
> * on the GCC list recently:
> */
> signed int x = INT_MAX;
> unsigned int y = UINT_MAX;
> ++x; ++y;
> /* Now, what are the values of x and y? */
If I remember correctly, both will be undefined. Actually, there's a
chance that compiler will warn if the constant static variable assignment
is used...
More information about the talk
mailing list