Date: Thu, 13 Apr 2000 05:43:54 +0600 (LKT) From: Kalum Somaratna aka Grendel X-Sender: root AT darkstar DOT grendel DOT net To: djgpp AT delorie DOT com Subject: Re: left adjustment with iomanip In-Reply-To: <38F4B826.95ACF7EC@americasm01.nt.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 12 Apr 2000, Campbell, Rolf [SKY:1U32:EXCH] wrote: > Reuben Foong wrote: > > > 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 > > > I think DJGPP is mainly C ... > > > It really depends on how you define 'mainly'. I mainly use DJGPP for > C++ development. Actually DJGPP and he compiler GNUC++ has excellent C++ support. It's just that there is more readily available documentation for the C library than the C++ library. Grendel Hi, I'm a signature virus. plz set me as your signature and help me spread :)