From: Warren Young Date: June 1 2005 11:39am Subject: Re: MySQL++ manual List-Archive: http://lists.mysql.com/plusplus/4482 Message-Id: <429D9E79.3010702@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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....