Re: ostrstream question (OT)

1999-08-27 Thread E.L. Meijer \(Eric\)
On Thu, Aug 26, 1999 at 10:03:21PM -0600, Robert Kerr wrote: > Hi all, > I'm having some problems converting my app to run under linux. It runs > alright under SGI, HP-UX, Solaris and WinNT, but it crashes beautifully > under linux. > > Anyway, I have a member variable called journalString of typ

ostrstream question

1999-08-27 Thread Robert Kerr
Hi all, I'm having some problems converting my app to run under linux. It runs alright under SGI, HP-UX, Solaris and WinNT, but it crashes beautifully under linux. Anyway, I have a member variable called journalString of type ostrstream. I instantiate it so: journalString = new ostrstream();