Alright. Well I know that void main() is improper and all. I have learned that much from you guys at least. My question is why do all of the books I pick up and go through use void main() and not int main() with a return of 0? It's sort of annoying to have to go and then modify every bit of code they give you...



LinkBack URL
About LinkBacks



But...yeah. void main() is bad, don't use it, or Salem will beat you with a stick. If that isn't enough incentive to use int main(), I don't know what is.