搜索资源列表
dtl
- The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you can move through our containers using standard STL iterators and if you insert(), erase() or replace() records in our containers changes can be automa
gg
- 运用C++STL(标准模块库)中的类,结合迭代子、算法和容器进行泛型程序设计,编写泛型程序,体会泛型程序中算法与数据结构是如何真正实现分离的。
dtl.3.6.11.tar
- 数据库模板类 支持ODBC -The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you can move through our containers using standard STL iterators and if you insert(), erase() or replace() records in our containers chang
bank_system
- 用C++开发的一个银行活期储蓄系统,主要用到Oracle、多态、STL、proc++,希望对大家有帮助。-C++ development with a bank demand deposit system, mainly used in Oracle, multi-state, STL, proc++, hope to help.
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