Hi there,
I saw this under one of rodney''s threads, and instead of actually trying to get a word in there I thought I''d save my breath and try it here
![](smile.gif)
Somebody mentioned that the standard practice was to use:
int main(...)
instead of:
void main(...)
- My question is why?
I can see that being able to use return(0) or something at any point would be usefull, but otherwise I see no reason why this is important or why it is the standard?
Also, I''m assuming this is a C++ thing? In Java I''ve never really seen it done (although my experience is limited...)
Anyway, input is appretiated
![](smile.gif)
Thanks