Forgot your password?
typodupeerror

Comment Re:Got it wrong (Score 1) 594

C-style arrays have the property that (array + offset), provided offset is within the array, can be treated as a shorter array of the same type.
Giving a value within the string special semantics preserves that property; giving a position withing that string special semantics does not.

Slashdot Top Deals

Is it possible that software is not like anything else, that it is meant to be discarded: that the whole point is to always see it as a soap bubble?

Working...