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 1100+ pages are dedicated to about 22 libraries--look in /usr/include and figure out how many pages it'd take given about 50+ pages per library: not an easy task!
On Mon, 5 Apr 1999, Micha Feigin wrote: > 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 > > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null > Artificial intelligence is no match for natural stupidity. Who is John Galt? [EMAIL PROTECTED], that's who!

