Date: Mon, 4 Oct 1999 10:32:02 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Valmont cc: djgpp AT delorie DOT com Subject: Re: Commands? In-Reply-To: <7t84l8$7bp$1@news4.svr.pol.co.uk> 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 Sun, 3 Oct 1999, Valmont wrote: > I'm learning from a book by Horstmann ("Computing Concepts with C++ > Essentials 2nd edition") which uses all ANSI standard commands, but the > newest version of DJGPP that I am using doesn't recognise half of them - in > particular those relating to strings. This doesn't sound right. It's quite possible that you compile your program incorrectly. Please post the exact command you used to invoke the compiler and the error messages that the compiler printed. > How can I get a list of the commands that each library contains - ie what's > in , , , etc? I don't seem to be getting any help > from the programme or its FAQs about this. Try sections 8.2, 8.4, and 8.7 of the DJGPP FAQ list (v2/faq211b.zip from the same place you get DJGPP). But that's a stab in the dark; without seeing the compilation command and the error messages, that's the best one can do to help you.