From: Warren Young Date: October 24 2007 11:01am Subject: Re: MySQL++ and Gentoo List-Archive: http://lists.mysql.com/plusplus/7114 Message-Id: <471F2616.2020100@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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.