From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10562 invoked by alias); 8 Jun 2004 14:22:35 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 4604 invoked from network); 8 Jun 2004 14:14:29 -0000 Received: from unknown (HELO mail.uni-magdeburg.de) (141.44.1.10) by sourceware.org with SMTP; 8 Jun 2004 14:14:29 -0000 Received: from sunny.urz.uni-magdeburg.de ([141.44.8.7]) by mail.uni-magdeburg.de with esmtp (EXIM Version 4.30) for id 1BXhMr-0004qL-Jq; Tue, 08 Jun 2004 16:14:21 +0200 Received: from connect3.urz.uni-magdeburg.de (IDENT:TClqNFNZGxiB8X/nuZUyGFW4+z/JxhTq@connect3.URZ.Uni-Magdeburg.DE [141.44.11.4]) by sunny.urz.uni-magdeburg.de (8.12.10/8.12.10) with ESMTP id i58EDSDR012904 for ; Tue, 8 Jun 2004 16:13:28 +0200 Received: (from bley@localhost) by connect3.urz.uni-magdeburg.de (8.11.6/8.11.6) id i58EDR708469 for gcc-help@gcc.gnu.org; Tue, 8 Jun 2004 16:13:27 +0200 Date: Tue, 08 Jun 2004 14:22:00 -0000 From: Claudio Bley To: gcc-help@gcc.gnu.org Subject: Re: help needed Message-ID: <20040608141327.GC3568@connect3.urz.uni-magdeburg.de> Mail-Followup-To: Claudio Bley , gcc-help@gcc.gnu.org References: <20040608101716.GA3568@connect3.urz.uni-magdeburg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040608101716.GA3568@connect3.urz.uni-magdeburg.de> User-Agent: Mutt/1.4.2.1i X-Spam-Score: -4.9 (----) X-Spam-Report: ---- Start SpamAssassin results -4.9 points, 5.0 required; -4.9 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] ---- End of SpamAssassin results X-Scan-Signature: 8b660c20ead91928f79d0a759f6ce81e X-SW-Source: 2004-06/txt/msg00072.txt.bz2 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