Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



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

"Ada is PL/I trying to be Smalltalk. -- Codoso diBlini

Working...