C++: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
m (Added libc++ to list)
m (Fix access to one element past the end of the array.)
Line 198: Line 198:
};
};


for ( ; i >= 0; --i)
while (i--)
{
{
/*
/*