Become a fan of Slashdot on Facebook

 



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

% "Every morning, I get up and look through the 'Forbes' list of the richest people in America. If I'm not there, I go to work" -- Robert Orben

Working...