Re: online help on c/c++ functions/libraries

1999-04-07 Thread John Galt
Install package manpages-dev--that has manpages for most popular library functions. Also Deitel Deitel's C++/how to program is a good reference--I got it for a class and like it a lot. As for getting a list of all functions in all libraries, that's asking QUITE a bit--most of Dietel Deitel's

Re: online help on c/c++ functions/libraries

1999-04-06 Thread David Z. Maze
Micha Feigin [EMAIL PROTECTED] writes: MF How do I get help on c/c++ functions, including the library (.h) file MF for them? MF man query etc. ? (how do i search for it?) Functions in the standard C library generally have man pages in sections 2 or 3. Also, a terminology clarification that will

online help on c/c++ functions/libraries

1999-04-05 Thread Micha Feigin
How do I get help on c/c++ functions, including the library (.h) file for them? man query etc. ? (how do i search for it?) Is it possible to get a list of functions available on the system, and/or a list of available c libraries (.h) and their coresponding funcions? Thanx

Re: online help on c/c++ functions/libraries

1999-04-05 Thread MallarJ
In a message dated 4/5/99 4:49:28 PM Central Daylight Time, [EMAIL PROTECTED] writes: How do I get help on c/c++ functions, including the library (.h) file for them? man query etc. ? (how do i search for it?) Is it possible to get a list of functions available on the system, and/or a