studentmanager.cpp
来自「学生管理类,很好的」· C++ 代码 · 共 18 行
CPP
18 行
// STUDENTMANAGER.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include <iostream.h>
#include <iomanip.h>
#include <conio.h>
#include "lesson.h"
#include "student.h"
#include "system.h"
#include "teacher.h"
#include "Person.h"
#include "ban.h"
void main()
{
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?