Signed word lengths and indexes

Steven E. Harris seh at panix.com
Mon Jun 14 16:26:20 PDT 2010


div0 <div0 at users.sourceforge.net> writes:

> for(uint i = end - 1; i < length; --i)
>   ...

What does "length" represent here? It's not clear to me how "i"
descending toward zero is going to break the guard condition.

-- 
Steven E. Harris


More information about the Digitalmars-d mailing list