3 messages in com.mysql.lists.plusplusRe: qustion
FromSent OnAttachments
Arlen Nascimento14 Jul 2004 13:08 
Darren McDonald15 Jul 2004 00:38 
sinisa15 Jul 2004 06:04 
Subject:Re: qustion
From:Darren McDonald (dmcd@saturncorp.com)
Date:07/15/2004 12:38:51 AM
List:com.mysql.lists.plusplus

The manual has a great example here for basic use of mysql++.

http://dev.mysql.com/doc/plusplus/en/4_Tutorial.html

But if your having trouble with C++/oop basics, it might not make much sense to you. Prehaps it might be an idea to brush up on your skills, and come back.

Otherwise there is the C MySQL API, which is just as easy to use.

http://dev.mysql.com/doc/mysql/en/C.html

Darren

"Arlen Nascimento" <ao@dcc.fua.br> 07/14/04 9:08 PM >>>

i'm not understanding one thing, i downloaded mysql-standard-4.0.20-pc-linux-i686.tar.gz from mysql.com and i developed programs in c++, but not object oriented, that insert, delete, etc, now i'm translating these programs to oo and i'm having problems to compile them, i've already installed, at least i think, mysql++ but the problem goes on, how do i use mysql++?

Arlen Nascimento