Subject: Re: C++ prob: setbase ?
To: None <hubert.feyrer@informatik.fh-regensburg.de, netbsd-users@netbsd.org>
From: None <ezy@panix.com>
List: netbsd-users
Date: 04/04/2000 11:28:24
Also, "showbase" isn't a manipulator that I've heard of.  That works
fine for me without "showbase". (stock netbsd-current gcc)

Ezra

On Tue, Apr 04, 2000 at 10:16:20AM -0400, ezy@panix.com wrote:
> Try #include <iomanip>
> 
> Ezra
> 
> On Tue, Apr 04, 2000 at 01:54:12PM +0200, Hubert Feyrer wrote:
> > 
> > Hi,
> > 
> > someone here wants to use the setbase C++ io manipulator:
> > 
> > 	#include <iostream.h>
> > 	int main()
> > 	{
> > 	  cout << showbase << hex << 14 << endl;
> > 	}
> > 
> > But no C++-compiler I'm using (gcc 2.95.2, ...) seems to know that. Does
> > anyone happen to know what I'm doing wrong?
> > 
> > Thanks!
> > 
> > 
> >  - Hubert
> > 
> > 
> > 
> 
> 
>