Date: Mon, 2 Aug 1999 10:53:49 -0400 Message-Id: <199908021453.KAA01188@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <1.5.4.16.19990801230707.337fc54a@erie.net> (message from Rich on Sun, 1 Aug 1999 23:07:22 -0400 (EDT)) Subject: Re: comp.os.msdos.djgpp.beginner References: <1 DOT 5 DOT 4 DOT 16 DOT 19990801230707 DOT 337fc54a AT erie DOT net> Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > in the interest of avoid harsh comments from the more "seasoned" > C/C++ users, I would prefer that the seasoned users avoid harsh comments, so that beginners don't feel they don't belong. > that perhaps we should create a NEW newsgroup > comp.os.msdos.djgpp.beginner > and they in there, new comers can be treated with the proper > respect due them. I think this is a bad solution to the problem. The main djgpp newsgroup should be suitable for beginners to ask questions. Sequestering the beginners off in their own newsgroup would only mean that less people would hear their questions. > I still would like to see a working example of strftime since I > haven't been successful getting the LIBC.hlp example to work for me > yet. Not all examples are complete programs; often you have to add your own code to them to make them do something useful. Not all documentation is complete either; after all, this is a volunteer effort. In the case of the strftime docs, you need to supply something that fills in the "struct tm" that it uses, like localtime or gmtime or your own function.