From: Jason Green Newsgroups: comp.os.msdos.djgpp Subject: Re: Where is C++ documentation ? Date: Sat, 11 Mar 2000 22:31:37 +0000 Organization: Customer of Planet Online Lines: 38 Message-ID: <6aglcsgmm415lcgo0ckgposn91ccjf2h82@4ax.com> References: <1E179F7B5379E399 DOT B4CDD0E7ABCD937D DOT 22956A8136D6F4A1 AT lp DOT airnews DOT net> NNTP-Posting-Host: modem-89.potassium.dialup.pol.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: newsg1.svr.pol.co.uk 952728084 8570 62.136.18.89 (10 Mar 2000 22:41:24 GMT) NNTP-Posting-Date: 10 Mar 2000 22:41:24 GMT X-Complaints-To: abuse AT theplanet DOT net X-Newsreader: Forte Agent 1.7/32.534 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Rodeo Red wrote: > I found this: http://www.dis.com/gnu.html > GNU Online Documentation. > includes > GNU C++ IOStream Library Documentation > GNU C++ Library Documentation Are these of any use? http://www.cerfnet.com/~mpcline/c++-faq-lite/ http://www.accu.org/ > I have never been ablew to understand what GNU is, Have a look here: http://www.gnu.org > but after reading the faq, djgpp seems to have something to do with GNU There is a history of DJGPP and a project overview at: http://www.delorie.com/djgpp/ > Or maybe its totally different and there's documentation for djgpp's c++ > soemwhere else but I just haven't found it yet. I assumed it would be in > the info files, like the documentation for C is. info iostream > I'm saying "djgpp C++ documentation" because I'm not sure if "GXX > documentaiton" or "GPP documentation" would be the same thing. Is it the > same to say "GPP documentation"? GCC is the GNU Compiler Collection (it used to be the GNU C Compiler) In Unix/Linux you would normally use the command gcc to run the C compiler and g++ to run the C++ compiler. But in DOS, g++ in not a valid filename, so instead the C++ compiler is called gpp (gxx works too, for compatibility with older versions).