12 2021 档案

摘要:1、试验任务1 略 2、实验任务2 试验任务:模拟电话簿的信息添加、保存。 Person.hpp #ifndef PERSON_HPP #define PERSON_HPP //PersonÀà #include<cstring> #include<iostream> #include<iomani 阅读全文
posted @ 2021-12-13 14:51 Gpp-ist 阅读(47) 评论(3) 推荐(0)
摘要:1、试验任务1 略 2、实验任务2 验证性实验。 task2.cpp #include <iostream> #include <typeinfo> // definitation of Graph class Graph { public: void draw() { std::cout << " 阅读全文
posted @ 2021-12-01 15:04 Gpp-ist 阅读(52) 评论(3) 推荐(0)