I'm trying to use MySql++ in Xcode. I'm not 100% sure how this works but it seems I need to install the myclientlib file so I can use the mysql header in the C++. However after searching and searching I have failed to find it.
I also can't find the MySQL C API that comes with MySql (or at least that's what the MySQL website says). And I have read all the tutorials and readme files, etc. I've read the MySQL++ User Manual. I feel stuck. Any guidance or recommendations to help me get MySQL++ setup would greatly help.
I'm using Xcode 3 for my C++ work. I am also using MAMP for php, apache MySQL integration. Also I am learning via books and would say I'm very much a beginner.