|
| |||||||||
| Tags: cpp, header files, library, strstream |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| C++ : Use of strstream library
Hi, Everyone. I had learned the C++ language in the college. I had also worked on the several C++ projects. But I do not know much more about the library files. I would like to know about the Use of the strstream library. So, I also would like to know about the strstream library in detailed. I would also like to know about the how could I implement the strstream library in C++ language. Thus, if anyone has the answer then reply me. |
|
#2
| ||||
| ||||
| C++ : Use of strstream library
The strstream can be the class that can specializes output and input with the arrays of characters in the memory. With a previously allocated an array of characters by associating the object you can create an strstream object. Just as you could to another type of stream, You can apply other operations to it, read input from it, write output to it. i hope you understand the strstream library from the above explanation. |
|
#3
| ||||
| ||||
| Re: C++ : Use of strstream library
The strstream library can be the header file which can be described as with extension ".h" such as the <#include strstream.h>. The following can be the list of classes that can be associated with the strstream library can be as : Code: 1. strstreambuf Class : 2. istrstream Class : 3. ostrstream Class : 4. strstream Class : |
|
#4
| ||||
| ||||
| Use of strstream library
I think that the class strstream can provides functionality to write and read to an array in the block of memory. To control the array that can be associated with the class strstream, uses a private strstreambuf object . The class strstream can inherits from the basic iostream library. Then, It can use all the unformatted and formatted intput and output functions.
__________________ The FIFA Manager 2009 PC Game |
|
#5
| ||||
| ||||
| C++ : Use of strstream library
According to my knowledge the strstream can be used for defining several iostreams classes which can calculate in the given block of memory character sequences. The class can be comes under the namespace std. For example : Code: namespace std
{
class strstreambuf;
class istrstream;
class ostrstream;
class strstream;
}; |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "C++ : Use of strstream library" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Does Sharing ITunes Library on network shows Apps in other library | Donoho | Windows Software | 6 | 03-07-2011 11:20 PM |
| How to remove new library button from library toolbar in windows 7 | Jugo | Customize Desktop | 4 | 13-04-2011 11:35 AM |
| Library Does not Show Album Art in Windows 7 Music Library files | Numb | Windows Software | 4 | 28-12-2010 08:38 AM |
| Library wont erase deleted videos and library unresponsive | cisco | Media Player | 4 | 28-05-2010 07:52 PM |
| Video Library - How to creat a DVD library style gallery | JaYMeZ | MediaCenter | 0 | 03-04-2008 06:42 AM |