Re: Debugging standard C library routines
- From: Ian Collins <ian-news@xxxxxxxxxxx>
- Date: Mon, 02 Oct 2006 08:41:21 +1300
Richard Heathfield wrote:
Eric Sosman said:Thank goodness C99 gave us the ability to declare variables at point of
jacob navia wrote:
Frederick Gotham wrote:
Richard Heathfield posted:
Initialise every pointer.
Initializing every pointer does no harm, [...]
It does no harm to the running program, certainly. But
it *does* harm the process of developing the program, by
removing the compiler's ability to warn about certain kinds
of errors.
I beg to differ. I mean, yes, it has the effect that you say it has - on
some compilers, anyway - but it doesn't harm the development process at
all.
use, this entire debate becomes moot.
--
Ian Collins.
.
- Follow-Ups:
- Re: Debugging standard C library routines
- From: CBFalconer
- Re: Debugging standard C library routines
- From: Richard Heathfield
- Re: Debugging standard C library routines
- From: Christopher Layne
- Re: Debugging standard C library routines
- References:
- Debugging standard C library routines
- From: achintmehta
- Re: Debugging standard C library routines
- From: Richard Heathfield
- Re: Debugging standard C library routines
- From: Frederick Gotham
- Re: Debugging standard C library routines
- From: jacob navia
- Re: Debugging standard C library routines
- From: Eric Sosman
- Re: Debugging standard C library routines
- From: Richard Heathfield
- Debugging standard C library routines
- Prev by Date: Re: convenient C/C++ compiler
- Next by Date: Re: Debugging standard C library routines
- Previous by thread: Re: Debugging standard C library routines
- Next by thread: Re: Debugging standard C library routines
- Index(es):
Relevant Pages
|