Date: Mon, 6 Jul 1998 12:07:02 +0300 (IDT) From: Eli Zaretskii To: OoHOSEoO cc: djgpp AT delorie DOT com Subject: Re: C++ help with INFO.EXE? In-Reply-To: <1998070601315100.VAA10126@ladder01.news.aol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 6 Jul 1998, OoHOSEoO wrote: > how exactly do I invoke the C++ help with info.exe? There's no help for the C++ language per se, exactly like there's no help for the C language. > I know C's is "info libc", but I can't find C++'s. If you mean C++ libraries, then the docs exist for the iostream classes (type "info iostream") and for the GNU G++ classes (type "info libgpp"). Note that the docs for the latter are in the lgp2811b.zip archive. The standard C++ classes in libstdcxx.a aren't documented in GNU docs (with the exception of the iostream classes), so you will need to look for the docs elsewhere. > I've tried "info cpp" and that was the preprocessor info. > I've tried "info libgpp" and that didn't work. > also "info libgplus" but don't have that file. When in doubt, type "info" without argument and browse the menu presented to you for related items.