i'm generally a C programmer, so sorry if this is a painful question.

i'm having a hard time finding man or info pages on C++.   on C, it's easy.
if i wanted to know how to find a substring, i would do "man string" which
would lead me to a bunch of functions like index() and strstr().

i guess what i'm asking is, is there a way to list out all the methods that
belong to a particular class?  in the string example, i was going to convert
the C++ string into a C string and use strstr, but if this was the way things
are done, i might as well just use C.

using google, i found the substr method.  but firing up a browser everytime i
want to learn how to do something isn't exactly a good answer too.

it took me forever to figure out that bastring.h is what i want to look at,
but even this isn't a good answer.   C++ header files look like a giant mess
to my eyes.

i'm thinking that there's prolly some documentation on my system that i don't
know about.

??

pete

-- 
"The following addresses had permanent fatal errors..."      [EMAIL PROTECTED]
                               -- Mailer Daemon              www.dirac.org/p

Reply via email to