From: jon_bills AT hotmail DOT com (Jon Bills) Newsgroups: comp.lang.c++,comp.os.msdos.djgpp Subject: Re: More out from "cout".... Date: 8 Oct 2001 15:05:49 -0700 Organization: http://groups.google.com/ Lines: 28 Message-ID: <38315c2d.0110081405.ea38a4f@posting.google.com> References: <9pque5$eui$1 AT tron DOT sci DOT fi> <3BC16F90 DOT A6FE66E3 AT falconsoft DOT be> <9ps3vh$do$1 AT tron DOT sci DOT fi> <3BC1B4F3 DOT A2108146 AT falconsoft DOT be> <9psq7l$snm$1 AT tron DOT sci DOT fi> NNTP-Posting-Host: 213.123.23.161 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1002578749 1493 127.0.0.1 (8 Oct 2001 22:05:49 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: 8 Oct 2001 22:05:49 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Traveler" wrote in message news:<9psq7l$snm$1 AT tron DOT sci DOT fi>... [snip] > > Well, I am impressed !!! You certainly know your trade ! > > It was refreshing to read for someone to defend his (her) points of view > with an detailed example and not just with a few comments like "Why do > you not use this thing or that thing ?" or "I know a better way but Im > not showing how...nah,nah". You have encountered a "problem" with C++ and invented your own solution rather than use what is presented by the Standard Library. If you want to popularise that solution, then the onus is on you to demonstrate the weaknesses of the library version and how your solution overcomes those weaknesses. I very much doubt that your solution will carry much weight over one which has been designed by the very best C++ developers in the industry and tested by many thousands of programmers over the last few years. You rebutted Cameron's solution because you didn't find the syntax aesthetically pleasing. Have you bothered to find out what lies beneath the code Cameron presented? I suspect not. The STL features that both Cameron and I mentioned are very well documented. If you don't want to put in the effort to investigate those features, why should we put in any effort to demonstrate them? Jon.