搜索资源列表
HotelM
- 酒店管理系统,数据库编程开发 使用方法 1.先建立数据库HOTEL 2.选中HOTEL数据库,选择所有任务->还原数据库 选择数据库文件中的hotelBackup,还原数据库 3.将源程序中 C***App类中构造函数中,链接数据库的帐号和密码更改为你的密码 即可使用 4.本软件未完成,你可以根据需求,加入更丰富的功能。 5.Release目录下面的*.ssk 和*.dll不能删除,那是加载皮肤所需要的-Hotel management systems,
singlelink
- 单链表类的设计与实现,使用c++语言来描述-template<class type>class LinkList template<class type> class Node { friend class LinkList<type> //定义类LinkList<type>为友元 Node <type>*next //结点的指针域
ATM103
- ATM取款机各项功能的实现,借此提高C++的学习,加深对构造函数等等的印象-ATM cash machines to achieve various functions, to improve the C++, Learning, and so deepen the impression that the constructor
learn-CPP-constructor
- 易学C++中构造函数案例,并有详细的注解-The constructor Case learn C++ and detailed comments
ATM103
- ATM取款机各项功能的实现,借此提高C++的学习,加深对构造函数等等的印象-ATM cash machines to achieve various functions, to improve the C++, Learning, and so deepen the impression that the constructor