Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-Id: <199911171803.MAA07439@pluto.xraylith.wisc.edu> To: "Singer, Robert (AZ76)" cc: John Chang , cygwin AT sourceware DOT cygnus DOT com Subject: Re: sstream header file In-Reply-To: Your message of "Wed, 17 Nov 1999 09:03:55 MST." Date: Wed, 17 Nov 1999 12:03:00 -0600 From: Mumit Khan "Singer, Robert (AZ76)" writes: > What about strstream? It has istrstream and ostrstream and they have been > working fine for me as string streams. There are some differences between > GCC & MSVC++ implementations... ststream is deprecated, which means new code shouldn't be using it, and should use string streams instead (strstreams has some problems where you can end up with dangling pointers unless you take care to freeze and unfreeze the internal buffer correctly). Unfortunately, GNU C++ library doesn't come with string streams yet. Regards, Mumit -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com