C++课程设计(大一)利用面向对象职工管理系统

摘要: #include <iostream> #include <string> #include <cstring> #include <fstream> #include <stdlib.h> #include <stdio.h> #define N 100 // 最多录入的职工人数 using na 阅读全文
posted @ 2018-01-14 14:49 LOL_toulan 阅读(7) 评论(0) 推荐(0)