From: "Niklas Pettersson" Newsgroups: comp.os.msdos.djgpp Subject: Re: left adjustment with iomanip Date: Wed, 12 Apr 2000 07:10:05 +0200 Organization: Lund Institute of Technology, Sweden Lines: 30 Message-ID: <8d10gb$72g$1@news.lth.se> References: <8cvctg$nj1$1 AT news DOT lth DOT se> <38F387CE DOT FC7D39F6 AT hotmail 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 No, DJGPP is the best C++ compiler I have tried so far, it supports a lot of the STL and the other new stuff in the November 1997 standard. / Niklas "Reuben Foong" wrote in message news:38F387CE DOT FC7D39F6 AT hotmail DOT com... > I think DJGPP is mainly C ... > > Niklas Pettersson wrote: > > > Hello! > > > > How can I can text left adjusted in Standard C++ way? > > > > ex > > > > cout << setw(50) << "Hello World"; > > > > will work but print things right adjusted, maybe > > > > cout << left << setw(50) << "Hello world"; > > > > but DJGPP won't let this pass... > > > > / Niklas >