On Mon, 27 Sep 2010, Arnold Krille wrote:
And I was talking about
"help(someclass.function)" inside python to get the
documentation for that python class. Try that in C(++) :-)
Thank you!! I had no idea that existed. This beats the
heck out of doing `print someclass.function.__doc__` all the
time.
As for C/C++... the libc and libstdc++ man pages are about
the same. Plus, `apropos` kicks butt.
-gabriel