Mail Archives: djgpp/1996/08/20/08:19:29
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
- Raw text -