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 cl
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
"c