Eurfyl Davies wrote:
> I have visited the following site: http://dev.mysql.com/doc/plusplus/en/
Arg.... http://dev.mysql.com/doc/plusplus/ redirects to my site, but it
looks like there are pages under that still that have the old content.
As Chris said, that manual is badly outdated. The one on
tangentsoft.net is (finally) consistent with the current version of the
library.
> I can't find the following files:
>
> simple1.cc
> iostream
> iomanip
> sqlplus.hh
simple1.cc is now examples/simple1.cpp, and sqlplus.hh has been replaced
by lib/mysql++.h.
iostream and iomanip are part of the Standard C++ Library. Time to
re-open your C++ book if you didn't know that....