From: Damian Yerrick Newsgroups: alt.comp.lang.learn.c-c++,comp.os.msdos.djgpp,comp.programming Subject: Re: Undertaking a programming journey Organization: Pin Eight Software http://pineight.8m.com/ Message-ID: References: <8scg36$gsm$1 AT nnrp1 DOT deja DOT com> <39E9CF07 DOT 785C0C0F AT eton DOT powernet DOT co DOT uk> <8scls9$kth$1 AT nnrp1 DOT deja DOT com> <39E9FAD5 DOT DE1FDAE4 AT eton DOT powernet DOT co DOT uk> <8sdrub$h7u$1 AT nnrp1 DOT deja DOT com> <39EAA40B DOT 31B0CA89 AT eton DOT powernet DOT co DOT uk> <8seoli$65v$1 AT nnrp1 DOT deja DOT com> <39EAF73E DOT ECA52E1A AT antlimited DOT com> <8sfbu7$n06$1 AT nnrp1 DOT deja DOT com> <39EB4271 DOT 85CE6874 AT antlimited DOT com> <8sfhr4$si2$1 AT nnrp1 DOT deja DOT com> X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 39 X-Trace: /b/VKWN/CLxqyz9lT/Pl4GIx8OrT3YkCTijjLA3CwNjKeI+zMkJSaAfJ50SVs6ghZc5HEv1c5u7+!Cc5Pt3I94JPHAHcQyGUkHBAVdA1TEQkqt4tQH601nRyG8XAerGrAtacTfrX2vII2QAVXu3TEK/DO!KZ8p6A== X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Mon, 16 Oct 2000 21:12:05 GMT Distribution: world Date: Mon, 16 Oct 2000 21:12:05 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Mon, 16 Oct 2000 18:36:20 GMT, ChuckEasttom wrote: >In article <39EB4271 DOT 85CE6874 AT antlimited DOT com>, > Richard Heathfield wrote: >> I am also acutely aware that the book has errors. It is therefore >> incumbent upon me to publish those errors as and when they are >> discovered (and, in fact, I have a small backlog of errors which >> I have not yet published - remind me to do it this weekend, >> would you? ;-) ). You can get reminders delivered to your email box through http://www.lifeminders.com/ >Oh I will undoubtably be scouring your book for errors:) > >But my point is this: Your book has some errors, Schildts book has some >errors... I have a little epublished VB book that I am currently >revising because of...yep errors. But your statements seem to indicate >that if his books have any errors, then they cannot be trusted. Not necessarily. As has been pointed out in this thread, you two revise your publications regularly to fix bugs, whereas Schildt refuses to even acknowledge his errors. >> I might mention that good indentation can make a program easier to >> read. That's a matter of opinion. But when someone says (for example) >> that you can clear the input buffer using fflush(stdin) and still >> have a valid C program For the record, what's the "right" way to clear an input buffer? --