> 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

Reply via email to