Date: Wed, 5 May 1999 13:51:34 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: libc++ question.. In-Reply-To: <925893528.905837@picard.dsv.nl> 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 Tue, 4 May 1999, Marino wrote: > I'm pretty new to c/c++ programming, so that's why I always habe to refer > rhide's libc help-part. I've installed all the packages suggested to program > in c++ as well, but I can't find the help (similar as the help for C > commands) for C++ in rhide.. What's available is the documentation of the C++ classes, not of the C++ language (precisely like the libc docs is for the library, not for the C language). When you install the C++ library, you get the docs for the standard iostream classes (look for the file isotreams in RHIDE help). The other STL classes are not yet documented by the GNU project; you will have to look for the docs on the net.