On 04/15/2012 01:27 PM, jerro wrote: >> - Return 0 from main() for successful exit, anything else by >> convention means some sort of error. > > Why not just declare main return type to be void? That's much better. :) D takes care of doing the right thing in that case. Ali