5 messages in com.mysql.lists.plusplusRe: What's that error in tutorial?!?
FromSent OnAttachments
pps17 Sep 2005 10:49 
Chris Frey17 Sep 2005 11:36 
pps17 Sep 2005 16:32 
Chris Frey17 Sep 2005 17:37 
Warren Young19 Sep 2005 09:34 
Subject:Re: What's that error in tutorial?!?
From:Warren Young (mysq@etr-usa.com)
Date:09/19/2005 09:34:37 AM
List:com.mysql.lists.plusplus

Chris Frey wrote:

So we could just add an operator[](int),

No, because row[0] would still ambiguous w.r.t. the char* overload.

or add a template with some specializations for const char* and char*.

I hold out hope for this method.