Date: Tue, 12 Jan 1999 11:52:30 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: Comprehensive guide to Djgpp? In-Reply-To: <77evs1$akj$1@camel0.mindspring.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Tue, 12 Jan 1999, no$spam$allowed wrote: > Is there any guide or book that explains Djgpp and it's libraries in depth. > I've written/compiled several programs with it, and I am using the Borland > "Learn C in 24 hours" book to teach myself, but I'm still pretty much > a newbie. Any help will be appreciated Isn't the library reference enough? I would think it should be, for someone who just begins to learn C. Type "info libc alpha" from the DOS prompt, and you should have the alphabetic list of all the DJGPP library functions before you. Go to any line you want, press [Enter], and you have the documentation of that function. Press `u' (for UP) to go back to the alphabetic list.