Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
From: Chris Faylor <cgf@cygnus.com>
Date: Sun, 28 May 2000 17:47:38 -0400
To: cygwin@sourceware.cygnus.com
Subject: Re: OOP: Aggregation
Message-ID: <20000528174738.A697@cygnus.com>
Reply-To: cygwin@sourceware.cygnus.com
Mail-Followup-To: cygwin@sourceware.cygnus.com
References: <393190C1.EF2206C0@web.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2i
In-Reply-To: <393190C1.EF2206C0@web.de>; from Martin.Henne@web.de on Sun, May 28, 2000 at 11:33:53PM +0200

I'm sorry.  This is very off-topic for this mailing list.

I would appreciate it if you would take this discussion elsewhere.

cgf

On Sun, May 28, 2000 at 11:33:53PM +0200, Martin Henne wrote:
>I'm not shure, if this is an real cygwin related issue, but I need help
>of OOP-experienced programmers in implementing an Aggregation in C++.
>
>For example, if I have a class 'Car' and a class 'trafficSign', the car
>should use the traffic sign as an Aggregation.  Therefore I have to put
>something like
>
>trafficSign *mySign;
>
>in the class-definition of 'Car'.  But what then?  How to use this
>Pointer?

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

