bidhistory.h
来自「1.注册功能 2.登录功能 3.退出系统功能 4.发布新广告功能 5.添」· C头文件 代码 · 共 11 行
H
11 行
#ifndef BIDHISTORY_H
#define BIDHISTORY_H
#include <sstream>
#include "Advertisement.h"
using namespace std;
void displayBidHistory(ostringstream &oss, Advertisement* ad);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?