Go Back   TechArena Community > Software > Software Development
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , ,

Sponsored Links



C++ : Use of strstream library

Software Development


Reply
 
Thread Tools Search this Thread
  #1  
Old 05-02-2010
Member
 
Join Date: Dec 2009
Posts: 23
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.
Reply With Quote
  #2  
Old 05-02-2010
Zecho's Avatar
Member
 
Join Date: May 2008
Posts: 2,267
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.
Reply With Quote
  #3  
Old 05-02-2010
absolute55's Avatar
Member
 
Join Date: Nov 2005
Posts: 1,238
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 :
Reply With Quote
  #4  
Old 05-02-2010
opaper's Avatar
Member
 
Join Date: May 2008
Posts: 2,362
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
Reply With Quote
  #5  
Old 05-02-2010
MindSpace's Avatar
Member
 
Join Date: Feb 2008
Posts: 1,832
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;
};
Reply With Quote
Reply

  TechArena Community > Software > Software Development


Thread Tools Search this Thread
Search this Thread:

Advanced Search


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


All times are GMT +5.5. The time now is 11:12 AM.