From: "Niklas Pettersson" Newsgroups: comp.os.msdos.djgpp Subject: Re: stringstreams? Date: Thu, 2 Mar 2000 17:20:56 +0100 Organization: Lund Institute of Technology, Sweden Lines: 29 Message-ID: <89m4ds$dbc$1@news.lth.se> References: <89lqmu$atf$1 AT news DOT lth DOT se> <89lrj3$b64$1 AT news DOT lth DOT se> <38BE7F7C DOT B7AEC59 AT americasm01 DOT nt DOT com> NNTP-Posting-Host: npedt97.univ.vxu.se X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com oops.. Wrote the main directly in the newsreader program so I forgot the a string object.. sorry.. / Niklas "Campbell, Rolf [SKY:1U32:EXCH]" wrote in message news:38BE7F7C DOT B7AEC59 AT americasm01 DOT nt DOT com... > Niklas Pettersson wrote: > > > I found a nonstandard header file that does the job.. Wrapped it in a class > > to support the functions that I needed.. I'm just planning to use this until > > the standard class is included in DJGPP. Any comments on the code? > > > > int main() > > { > > istringstream_wrapper ist(a); > > Where did the "a" variable come from? > > -- > (\/) Rolf Campbell (\/) > > >