R. Clayton (rclayton@monmouth.edu)
(no date)
As far as handing in assignments, does it matter if I get a bunch of
warnings when I compile?
It depends on the warnings and how many there are and what your code looks
like, but probably not.
All the warnings are about comparing unsigned integers with signed integers
Those are the dangerous ones, because they can cause your program to fail in
mysterious ways. Mixing signed and unsigned numbers in a way that causes
warnings can be taken as a sign of sloppy, uninformed programming.
This archive was generated by hypermail 2.0b3 on Fri Aug 23 2002 - 19:30:04 EDT