Re: [C++] Having some troubles with ctors

From: Alwyn (dt015a1979_at_mac.com.invalid)
Date: 07/31/04


Date: Sat, 31 Jul 2004 14:04:37 +0100

In article <2n1j91Fr0rjkU1@uni-berlin.de>, Val \
<chrisval@bigpond.com.au> wrote:

> I thought you were arguing about the code Mike presented,
> but I don't actually see a problem with it.

Oh, but there is:
> b (const char *str) : s(str), objA(str) {

There is no 's' to initialise. Just a small oversight, no harm done.

Alwyn