
February 9th, 2003, 03:34 PM
|
|
Contributing User
|
|
Join Date: Feb 2001
Posts: 1,327
Time spent in forums: 4 h 44 m 50 sec
Reputation Power: 9
|
|
|
standard library documentation
Hi,
I use MS Visual C++ 6.0 for my compiler, and I have the msdn library discs(1999), but I can't seem to find documentation on what's in a header file when I use the search features of my compiler. For instance, I wanted to find out what functions are in the <cmath> header file, and I couldn't find the proper documentation, so I had to use google to find it. Isn't there any documentation about the functions in <cmath> on the msdn library discs? This was all I could find:
Quote: <cmath>
namespace std {#include <math.h> };
Include the standard header <cmath> to effectively include the standard header <math.h> within the std namespace. |
|