Follow Slashdot blog updates by subscribing to our blog RSS feed

 



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

Those who can, do; those who can't, write. Those who can't write work for the Bell Labs Record.

Working...