Xref: news2.mv.net comp.os.msdos.djgpp:7662 From: Elliott Oti Newsgroups: comp.os.msdos.djgpp Subject: Re: Documentation about djgpp/gcc functions ? Date: Mon, 19 Aug 1996 10:59:27 -0700 Organization: Academic Computer Centre Utrecht, (ACCU) Lines: 23 Message-ID: <3218AB7F.B41@stud.warande.ruu.nl> References: <4vah6n$9pt AT si-nic DOT hrz DOT uni-siegen DOT de> NNTP-Posting-Host: warande1078.warande.ruu.nl Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Mike Kretlow wrote: > > Where can I find documentations about all the functions provided by > djgpp/gcc, preferably with examples using them ? Browsing through all > the header-files (which are not soo good commented) is very time > consuming and gives me (as I am not a C++ expert) not enough > informations. > > Thanx, Mike > --------------------------------------------------------------- > Mike Kretlow, Siegen University, Physics Department, Germany. > Email: kretlow AT hrz DOT uni-siegen DOT d400 DOT de > --------------------------------------------------------------- The hypertext help program "info" is a standard part of the DJGPP package ( works like info in Linux). Start it up ( type "info", duh) and browse away. The header "libc" contains information and example code for ALL the standard GNU C functions, for instance. Info has also lots of good shit about C++, GCC command-line parameters, bison, yacc, flex and lots of related GNUnixy stuff. Think of it as Borland's IDE THelp system and (like I do) access it from your favourite editor. Elliott