Use of strstream.h?

  • Thread starter vishnu mahendra
  • Start date
V

vishnu mahendra

Can anyone please tell me what is the use of "strstream.h" header file
and the functions in "strstream.h".
where can i find documentation for that header file.

thankyou in advance,
vishnu.
 
L

Leor Zolman

Can anyone please tell me what is the use of "strstream.h" header file
and the functions in "strstream.h".

This header (standard name being <strstream>) provides facilities for using
"strings" as streams, where in this case "string" is defined as "C string"
(arrays of char).

which uses std::strings (much said:
where can i find documentation for that header file.

You can find documentation on the entire C++ Standard Library at the
Dinkumware web site:
http://dinkumware.com/manuals/reader.aspx?lib=cpp

-leor
 
K

Kevin Goodsell

Leor said:
You can find documentation on the entire C++ Standard Library at the
Dinkumware web site:
http://dinkumware.com/manuals/reader.aspx?lib=cpp

The official documentation is located in section D.7 of the standard.
This isn't where you might expect it to be, unless you know that 1) it
is deprecated and 2) deprecated features are presented in section D,
separate from the main body of the standard.

-Kevin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top