[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Why the hell is my code coredumping ?
> For you information this little code came out of The C programing language
> ( ansii c ) by brian w. kernighan and dennis m. ritchie. That was made in
> 1988.
Not only does the K&R book not cover ansi C, since C90 came later, but
you should realize that there is a huge difference between unabridged
sample code from the book (which work) and excerpts from the
aforementioned code with random lines deleted (which do not work).
Miod