On Fri, Mar 28, 2003 at 06:18:04PM +1200, David Mann wrote: > > char * sQuote;
> I declare all my local variables at the start of the function (ie where
> you declare 'myfile'). Its easier to keep track of them.
Not only that, but unless you're using C++ or C99, it is only legal to
make declarations at the start of a block.
Cheers,
-mjg
--
Matthew Gregan |/
/| [EMAIL PROTECTED]
