Date: Wed, 3 Jul 1996 08:33:48 +0200 (IST) From: Eli Zaretskii To: Daniel Zeman Cc: djgpp AT delorie DOT com Subject: Re: Documentation? In-Reply-To: <31D7CC8A.10F@barbora.ms.mff.cuni.cz> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 1 Jul 1996, Daniel Zeman wrote: > of differences between GNU C++ and the standard. I know, some are > described in the info file GCC/Invoking GCC/G++ dialect (or so). > But, e.g. I don't know which additional data types are available etc. Everything that's an extension to the latest C++ draft standard should be in the "C++ Extensions" chapter of the GCC docs. What's not there is either not in GCC or is a documentation bug. Anyway, this question should be really asked on the appropriate GNU news group, or on C++ news group, as it is not specific to the DJGPP port. > And is there a list of error/warning messages with more detailed > description? AFAIK, there is no such list. Richard Stallman posted a call for volunteers about a year ago to compile such a list. I don't know if it was compiled.