David F.
2010-03-05 12:24:17 UTC
A 1993 Borland compiler finds this problem (i>=0 always true) but VS2008
doesn't?
for (unsigned i = strlen("test") - 1; i>=0; i--) {
.. do stuff..
}
doesn't?
for (unsigned i = strlen("test") - 1; i>=0; i--) {
.. do stuff..
}