Andy Lester <[EMAIL PROTECTED]> writes:
> const int days_per_month[] =
> { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 };
>
> You don't want to be able to do C<days_per_month[1] = 4;>, right?No, but C<days_per_month[1] = 29 seems reasonable once in a while ;-). -- Johan
