Probing for resources... When coding C/C++ on a Linux machine, what are some good resources to find examples on how to use certain header files?
For instance, if I wanted to toy with regexp.h and see how C/C++ can use regular expressions, where could I find what methods are available when I #include regexp.h, and possibly an example showing that method used. Thanks, Rob
