23 messages in com.mysql.lists.plusplusRe: Connection::connect() interface i...
FromSent OnAttachments
Warren Young12 Jul 2007 20:20 
Drew M.12 Jul 2007 21:32 
Yuan...@csiro.au12 Jul 2007 22:28 
Warren Young12 Jul 2007 22:44 
Warren Young12 Jul 2007 22:50 
Joel Fielder13 Jul 2007 00:41 
Axel Howind13 Jul 2007 01:17 
Alex Burton13 Jul 2007 01:20 
Jim Wallace13 Jul 2007 04:07 
William F. Dowling13 Jul 2007 06:23 
Warren Young13 Jul 2007 21:19 
Warren Young13 Jul 2007 21:26 
Warren Young13 Jul 2007 21:30 
Warren Young13 Jul 2007 21:42 
Warren Young13 Jul 2007 21:49 
Alex Burton15 Jul 2007 06:38 
Peter Garner15 Jul 2007 09:36 
Joel Fielder16 Jul 2007 01:56 
Axel Howind16 Jul 2007 03:34 
Warren Young16 Jul 2007 04:59 
Warren Young16 Jul 2007 05:07 
Axel Howind16 Jul 2007 07:06 
Warren Young16 Jul 2007 07:19 
Subject:Re: Connection::connect() interface is changing
From:Axel Howind (Axel@htp-tel.de)
Date:07/16/2007 07:06:13 AM
List:com.mysql.lists.plusplus

Warren Young schrieb:

Joel Fielder wrote:

Perhaps the named constructor idiom is an alternative option for consideration?

I don't see a big difference. Lacking a strong motivation, I'll go with the non-idiomatic way. The problem with idioms is that they're confusing to those who don't know them yet.

Subclassing introduces the possibility of slicing, which won't happen in this case when using a named constructor.