TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [TCLUG:7497] C++ libraries



setw() and setfill() are in iomanip.h
also, you souldn't need the .h (#include <iomanip>)

happy learning!

-Ryan

On Wed, 11 Aug 1999, Barry T. White wrote:

> Any programmers out there?  I'm learning C++ and am using a book that was
> written with Borland C++ in mind.  They use the setfill() and setw()
> functions that are in the iostream.h library.  But, I'm using Linux and the
> iostream.h library for g++ doesn't appear to have those functions.  Anyone
> know if there is a different library I can install that would have them?
> 
> 
> Barry T. White          barry@pinenet.com
> Pine City, MN USA       http://www.pinenet.com/~barry
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tclug-list-unsubscribe@mn-linux.org
> For additional commands, e-mail: tclug-list-help@mn-linux.org
>