文件名称:mysqlPP
介绍说明--下载内容均来自于网络,请自行研究使用
Mysql++是官方发布的、一个为MySQL设计的C++语言的API,这个API的作用是使工作更加简单且容易。 Mysql++为Mysql的C-Api的再次封装,它用STL(Standard Template Language)开发并编写,并为C++开发程序员提供象操作STL容器一样方便的操作数据库的一套机制。
解压后包括lib库、dll库以及相应的.h文件。解压后里面还有一个word文档说明了如何配置与使用。-MySQL++ is a C++ wrapper for MySQL’s C API. It is built around the same principles as the Standard C++ Library, to make dealing with the database as easy as dealing with STL containers. In addition, MySQL++ provides facilities that let you avoid the most repetitive sorts of SQL within your own code, providing native C++ interfaces for these common tasks.
解压后包括lib库、dll库以及相应的.h文件。解压后里面还有一个word文档说明了如何配置与使用。-MySQL++ is a C++ wrapper for MySQL’s C API. It is built around the same principles as the Standard C++ Library, to make dealing with the database as easy as dealing with STL containers. In addition, MySQL++ provides facilities that let you avoid the most repetitive sorts of SQL within your own code, providing native C++ interfaces for these common tasks.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
mysql++\msql++配置.doc
.......\mysql++.rar
mysql++