I have some experience with Bash, Perl and R. I find it is very convenient to get help info with these three programming languages. However, when I start with C++, I fail to find such a help system. Did I miss something? Or, there is no such system at all?
Another problem puzzling me is C++ libraries. How to start to learn a new library? Is there a convenient way to get all the member functions for a new class? Or, do we have to read the header files to get the methods for the class?
Thanks!