Re: [newbie] How to find help about C functions

2001-03-09 Thread Gerry
> Hi, > I would like to learn more about some C/C++ functions, > for example: strrchr(). How can I find descriptions of > functions? There's man pages for all c/c++ functions.. Type.. man funtionname ..in the shell to access them. You can access them in konqueror as well. Just open konqueror a

RE: [newbie] How to find help about C functions

2001-03-09 Thread Mark Johnson
If you have all the development man pages installed correctly, you should be able to do: man strrchr -Original Message- From: Branislav Karic [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 07, 2001 1:09 PM To: [EMAIL PROTECTED] Subject: [newbie] How to find help about C functions H