Shad Young said: > warning: comparison between signed and unsigned integer expressions > > Why is this bad? It's not necessarily bad, which is why it's only a warning instead of an error. The warning is just to draw your attention to something that might be a logic error. Rod.