appoint.h

来自「vc连接mysql 并且形成图书管理系统的源码」· C头文件 代码 · 共 16 行

H
16
字号
#ifndef _APPOINT_H
#define _APPOINT_H
#include <iostream>
#include <string>
#include <iomanip>
#include <ios>
#include <ctime>

using std::cout;
using std::cin;
using std::endl;

using std::string;
using std::ios;

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?