This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: help needed


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 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]