Date: Mon, 29 Nov 1999 08:49:48 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Leon cc: djgpp AT delorie DOT com Subject: Re: Windows IDE that works with djgpp? In-Reply-To: <199911290002.TAA11974@delorie.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Mon, 29 Nov 1999, Leon wrote: > if one was to consult general c++ library and general c library (eg printf > method and others) - *but* on DOS - is there a DOS style help files (ie > the ones that will tun in DOS) which would allow online (ie computer > program style) search and reading of methods and their descriptions etc.? You are already using DOS help files--those are the Info files in your info subdirectory. The stand-alone Info reader has an option specifically designed to make it easier for other programs to call it, so you could use that instead of writing your own functions to parse and display the Info file.