?? buildpage.h
字號:
#ifndef BUILDPAGE_H
#define BUILDPAGE_H
#include <sstream>
#include "Listing.h"
using namespace std;
in_addr getIP(void);
void displayPageHeader(ostringstream &oss);
void displayPostItem (ostringstream &oss, struct in_addr ip, int port);
void displayRegister (ostringstream &oss, struct in_addr ip, int port);
void displayLogin (ostringstream &oss, struct in_addr ip, int port);
void displayLogout (ostringstream &oss, struct in_addr ip, int port);
void displayControlPanel (ostringstream &oss, struct in_addr ip, int port);
void displayAdvertisement (ostringstream &oss, Advertisement* ad, struct in_addr ip,
int port);
void buildpage (ostringstream &oss, int port, Listing::iterator start,
Listing::iterator finish);
#define CLASSIFIED_CGI "classified.cgi"
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -