MySQL++ has WEAK class prototyping

2001-05-20 Thread David Webber
Hi, 've just looked to MySQL++ examples, class names are very poorly named (!) Thats fine for small exaple but makes a big mess in large projects. "class Query" for example is SO generic that there is big probability that will collide with other declaration and classes elsewhere and this small

Re: MySQL++ has WEAK class prototyping

2001-05-20 Thread Sinisa Milivojevic
David Webber writes: Hi, 've just looked to MySQL++ examples, class names are very poorly named (!) Thats fine for small exaple but makes a big mess in large projects. class Query for example is SO generic that there is big probability that will collide with other declaration and classes