Follow Slashdot stories on Twitter

 



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

Do not use the blue keys on this terminal.

Working...