搜索资源列表
ssd7exercise5
- 1,实现stl模型的优先队列; 2,实现所有声明的函数 关键内容: 1新建的类:bid:Class Bid models a bid placed on an advertisement. 2Changes to class Advertisement:要存放所有 竞拍他的用户信息,并根据他们放到优先队列中。 重要方法: priority_queue<Bid>& Advertisement::getBids(void) vector<Bi
STL-Web-Server
- 用STL写的WEB服务器,服务端与客户端,测试例子-Written by STL WEB server, the server and the client, test case