On Tue, Jun 08, 2004 at 12:17:16PM +0200, Claudio Bley wrote:
>
> You might find it easier (or at least shorter) to write
> 'cout << string ("-", 100);' instead of the above.
Damn, this should read "cout << string (100, '-');', of course. Sorry.
--
Claudio