From: "Michael Stewart" Newsgroups: comp.os.msdos.djgpp Subject: Re: strftime BROKEN??? Date: Mon, 2 Aug 1999 09:39:23 +0100 Organization: (Posted via) Netcom Internet Ltd. Lines: 41 Message-ID: <7o3lge$gms$1@taliesin.netcom.net.uk> References: <1 DOT 5 DOT 4 DOT 16 DOT 19990801215003 DOT 337f3ebc AT erie DOT net> <37A5248B DOT D5040AAF AT a DOT crl DOT com> <37a730ca DOT 718726 AT news DOT erie DOT net> NNTP-Posting-Host: hgty.capgemini.co.uk X-Trace: taliesin.netcom.net.uk 933583182 17116 194.42.240.2 (2 Aug 1999 08:39:42 GMT) X-Complaints-To: abuse AT corp DOT netcom DOT net DOT uk NNTP-Posting-Date: 2 Aug 1999 08:39:42 GMT X-Newsreader: Microsoft Outlook Express 4.72.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Radical NetSurfer wrote in message <37a730ca DOT 718726 AT news DOT erie DOT net>... >NOW I understand why people are turned off by this newsgroup.. >I couldn't grasp it before.... This is one of the friendliest newsgroup I've encountered. >There is NEVER a reason to treat someone LESS INTELLIGENT >THAN YOURSELF... True. >At least use a little __patience__ with the newcomers.... The people here have endless patience with newbies, they just get annoyed when people don't read the documentation (see below) and then complains that it doesn't work properly. >the Libc.hlp file makes NO mention of this. Yes it does. Straight from libc.hlp size_t strftime(char *buf, size_t n, const char *format, const struct tm *time); Description This function formats the given time according to the given format and stores it in buf, not exceeding n bytes. >if the documentation of GCC/ LIBC is DEFICIENT... that is obviously not my fault. But it is not deficient. This is an example of not reading the docs properly, how should people respond when you claim something doesn't work properly and that it is incorrectly documented (shouting at people doesn't help) when it does work properly and when it is documented properly.