bussearcher.cpp
来自「杭州公交查询系统 可以查询公交线路」· C++ 代码 · 共 12 行
CPP
12 行
#include<iostream.h>
#include<fstream.h>
#include<string.h>
#include"bus.h"
#include"position.h"
#include"userInterface.h"
void main()
{
userInterface userface;
userface.loop();
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?