Hammad Imad
2004-01-20 15:45:31 UTC
i keep getting the same compilation warning
the statement i have is
for (i=0; i < strlen(word); i++)
and the warning is
warning C4018: '<': signed/unsigned mismatch
if someone knows how to fix this please let me know,
thank you
the statement i have is
for (i=0; i < strlen(word); i++)
and the warning is
warning C4018: '<': signed/unsigned mismatch
if someone knows how to fix this please let me know,
thank you