main() return 1;
I think the title pretty much says it all, it seems my book seemed to skip one little detail. It explained that main returns normally with a return of zero. It never specified what happens when main returns a one. Instead the author just started returning 1 like I new what it meant and from what it looks like a return of one seems to accomplish the same thing as a continue or something like that.