Re:Lint
I use Lint (Version 7.5) with VC++ and while it has found many things for me
such as not deleting objects, it also drags up a load of stuff that you
don't need to know about - especially unreferenced function parameters.
I have not tried Lint with Builder, but I would expect it to find reams of
problems due to some of builders non-standard syntax.
Paul Cheetham
Quote
"Geoff Marshall" <Geoff_Marsh...@gemsys.co.uk> wrote in message
news:3B5D84FE.1AF857D9@gemsys.co.uk...
Quote
> Looking at the various standards documents (see posting on language ng)
> one recuring feature is the first C Programmer Commandment:
> 1.Thou shalt run lint frequently and study its pronouncements with care,
> for verily its perception and judgement oft exceed thine.
> Does anybody know and use Lint and if so does the BCB5 editor give the
> same degree of analysis?
> Any comments gratefully accepted,
> Geoff Marshall