From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: Functions of a header file. Date: 7 Mar 2001 21:05:31 GMT Organization: Aachen University of Technology (RWTH) Lines: 23 Message-ID: <9867qr$9ri$1@nets3.rz.RWTH-Aachen.DE> References: NNTP-Posting-Host: acp3bf.physik.rwth-aachen.de X-Trace: nets3.rz.RWTH-Aachen.DE 983999131 10098 137.226.32.75 (7 Mar 2001 21:05:31 GMT) X-Complaints-To: abuse AT rwth-aachen DOT de NNTP-Posting-Date: 7 Mar 2001 21:05:31 GMT Originator: broeker@ To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Rob wrote: > I realize that header files offer many useful functions but I also > realize that it is difficult to take advantage of these functions if you do > not know what they are. How would one go about finding out more about all > the function members of a header file? Consult the documentation, of course --- that's what it was written for, after all. Header files are for the *compiler* to read, essentially, not for the programmer. > For example in math.h> there are many useful things like pow(...) and > other operations that come in handy but there must be a place to read about > all the different functions somewhere isnt there? info libc alpha pow will show you all documentation about pow() you need. For a global overview, start at 'info libc'. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.