Uri Even-Chen wrote:
> 1. I am a C++ programmer. I already installed mysql++, but I don't know
> how to compile my program with it. I tried including the file
> "/usr/local/include/mysql++/sqlplus.hh", and it makes my program to not
> pass compilation (see below). which files should I include, and compile,
> when I want to use mysql++?
This means, compiler can't find this file. You can fix this if you add
"-I /usr/local/include/mysql++/" to compiler options. I do not know
about your backgroud but usually this resides in file named "Makefile".
> 2. do I need to keep the directory from which I extracted
> "mysql++-1.6.0.tar.gz" and installed mysql++? or can I erase it after
> the installation?
You can delete if you have done "make install". You need library files
and make install puts them in some more usual place.
--
+----------------------------------------------------------------+
| TcX ____ __ _____ _____ ___ |
| /*/\*\/\*\ /*/ \*\ /*/ \*\ |*| Tõnu Samuel |
| /*/ /*/ /*/ \*\_ |*| |*||*| tonu@stripped |
| /*/ /*/ /*/\*\/*/ \*\|*| |*||*| Tallinn, Estonia |
| /*/ /*/ /*/\*\_/*/ \*\_/*/ |*|____ |
| ^^^^^^^^^^^^/*/^^^^^^^^^^^\*\^^^^^^^^^^^ |
| /*/ \*\ Developers Team |
+----------------------------------------------------------------+