From: Damian Yerrick Newsgroups: comp.os.msdos.djgpp Subject: Re: I'm searching a C++ Help library Organization: Pin Eight Software http://pineight.8m.com/ Message-ID: <3o8dusgpu12e3rip2e5ul8fq0akqlup60t@4ax.com> References: <39E49EC3 DOT 59816D2 AT gmx DOT net> <39E59FA4 DOT B9C697B3 AT gmx DOT net> X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 35 X-Trace: /bNDC2gU9M8k3z1MbzQbehyop/lm8+eknzkCfTSdCc3nutvsUUyDPaKrfcCOTTwyYogVj2XIWrYE!L4MMLGtx7jXLL+MXT8lLynd4RZ5WAuuxitluqbjEoiLIxqi44DXGmeFiUGxgCZrSh2k+RxOcpPUd!9Rg= X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Fri, 13 Oct 2000 05:57:25 GMT Distribution: world Date: Fri, 13 Oct 2000 05:57:26 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Thu, 12 Oct 2000 13:25:24 +0200, Jan Diederich wrote: >Your suggestions aren't bad, but I searched a more detailed >.inf file. Is there a big source on the internet where I can get >more detailed informations about C++ ? The C++ class libraries fall into two main categories: o C++ streams (iostream.info) o STL (no .info docs yet, but search Google.com for [STL documentation ]) >Especially files in this .inf file format ? The .inf file format (properly .info, but truncated on 8.3 filesystems) is the Info format. Info files are generally produced by the Texinfo program from .texi files. All you need to do to write .info documentation is learn some basic Texinfo language C:\>info texinfo and write the docs in your own words based on whatever documentation you happen to find on the Net. Patches Are Welcome(TM). >And maybe translated in other languages ? Babel Fish can get you started. http://babelfish.altavista.com/ Patches Are Welcome(TM). --