about header files in sunStudio C++

Please send the details about the header files in Sun Stdio C++.In our college we are using some header files are not working like"iostream.h".Instead of this what header we have to usePlease send the the details as quickly as possible
[270 byte] By [absvasu] at [2007-11-26 8:30:52]
# 1
Could you describe you problem? And what kind of information do you need?BTW iostream.h is a header from old version of C++ std library. In many case it's better to include <iostream> and use -library=stlport4 command line option.
Atanasyan at 2007-7-6 21:52:04 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 2

The C++ Users Guide explains the sets of headers and libraries supplied with the compiler. Refer to the section on LIbraries.

To find all the Sun Studio documentation, point your browser to

file:///<install-dir>/docs/index.html

where <install-dir> is the base directory where Sun Studio is installed. The default location is /opt/SUNWspro

Or you can go to here

http://docs.sun.com/app/docs/prod/studio.prod

to find documentation for all releases of Sun Studio

clamage45 at 2007-7-6 21:52:04 > top of Java-index,Development Tools,Solaris and Linux Development Tools...