On Thu, Dec 28, 2006, Gonzalo Arana wrote: > Having negative values for a counter does not seem right to me.
foo++;
if (foo < 0)
foo = 0;
Adrian
On Thu, Dec 28, 2006, Gonzalo Arana wrote: > Having negative values for a counter does not seem right to me.
foo++;
if (foo < 0)
foo = 0;
Adrian