From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19112 invoked by alias); 7 Sep 2004 11:26:04 -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 19102 invoked from network); 7 Sep 2004 11:26:03 -0000 Received: from unknown (HELO psmtp.com) (12.158.35.214) by sourceware.org with SMTP; 7 Sep 2004 11:26:03 -0000 Received: from source ([192.150.22.8]) by exprod6ob4.obsmtp.com ([12.158.35.250]) with SMTP; Tue, 07 Sep 2004 04:25:55 PDT Received: from inner-relay-3.corp.adobe.com (inner-relay-3 [153.32.251.51]) by smtp-relay-8.adobe.com (8.12.10/8.12.10) with ESMTP id i87BPYbA001002; Tue, 7 Sep 2004 04:25:39 -0700 (PDT) Received: from iplan-mn (iplan-mn.corp.adobe.com [130.248.25.5]) by inner-relay-3.corp.adobe.com (8.12.9/8.12.9) with ESMTP id i87BPYkq007042; Tue, 7 Sep 2004 04:25:34 -0700 (PDT) Received: from mn-eljay-a51m.adobe.com ([130.248.178.90]) by iplan-mn.corp.adobe.com (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTP id <0I3O00IAC52JEY@iplan-mn.corp.adobe.com>; Tue, 07 Sep 2004 06:25:32 -0500 (CDT) Date: Tue, 07 Sep 2004 11:26:00 -0000 From: Eljay Love-Jensen Subject: Re: about default argument in functions and constructors In-reply-to: X-Sender: eljay@iplan-mn.corp.adobe.com To: learning c++ , gcc-help@gcc.gnu.org Message-id: <6.1.2.0.2.20040907062345.01eb4f08@iplan-mn.corp.adobe.com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT References: X-SW-Source: 2004-09/txt/msg00044.txt.bz2 Hi, >I am not very clear about the default argument in functions and in constructors? Who can explain it with the simple examples and illustrations? Section 7.5 (p153) of Stroustrup's C++ Programming Language (3rd or special edition). HTH, --Eljay