8 messages in com.mysql.lists.plusplusRe: MySQL++ and Gentoo
FromSent OnAttachments
Daniel22 Oct 2007 14:51 
Warren Young22 Oct 2007 15:47 
Michael Hanselmann23 Oct 2007 09:24 
Daniel23 Oct 2007 11:06 
Warren Young24 Oct 2007 03:49 
Warren Young24 Oct 2007 04:01 
Michael Hanselmann24 Oct 2007 13:49 
Chris Frey22 May 2008 16:21.diff, .patch
Subject:Re: MySQL++ and Gentoo
From:Warren Young (mysq@etr-usa.com)
Date:10/24/2007 04:01:19 AM
List:com.mysql.lists.plusplus

Daniel wrote:

On a side note, it would be nice to have better documentation in the example files themselves.

This is the purpose of the Tutorial chapter in the user manual.

new classes, especially trying to figure out how mysql++ selects the database, which I later found out was in util.h, but again, there's not much commenting.

The problem is that the util module has two purposes. First, to hold stuff common to all examples, so they don't have to repeat a lot of code, so that the bit that's different about each example is easier to see. Second, to hold code that isn't germane to learning MySQL++, such as the command line parsing stuff.