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


Hi,
I would like to learn more about some C/C++ functions,
for example: strrchr(). How can I find descriptions of
functions?

Branislav

___
Do You Yahoo!?
Get your free @yahoo.ca address at http://mail.yahoo.ca




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 and type..

#funtionname

..in the address-field.

Gerry




[newbie] How to find help about C functions

2001-03-08 Thread Branislav Karic

Hi,
I would like to learn more about some C/C++ functions,
for example: strrchr(). How can I find descriptions of
functions?

Branislav

___
Do You Yahoo!?
Get your free @yahoo.ca address at http://mail.yahoo.ca