Ahhh, I know what you mean.....
You like having a resource at hand that contains all the properties & methods for any object your interested in for Java.
Since Java has it's own API and JavaScript resources can be found here
http://developer.netscape.com/docs/m...sref/index.htm You were wondering if there was anything similar for C programming.
Well, I dunno

But I know what you're on about
btw, The Java API is commonly used as the term for all the source code for the Java Platform which has been run through the JavaDoc compiler. These are the generated HTML files kept online at Sun's web site. If you've downloaded the SDK you should have a local copy of the API somewhere like
C:\j2sdk1.4.0_01\docs\api\index.html and the source code somewhere like
C:\j2sdk1.4.0_01\source If you opted to install it right enough!
DaveMark
--------------------------------------------
Imagination is more important than knowledge.
-- Albert Einstein
--------------------------------------------