11 2021 档案

摘要:实验任务2 #include <iostream> #include <typeinfo> // definitation of Graph class Graph { public: virtual void draw() { std::cout << "Graph::draw() : just 阅读全文
posted @ 2021-11-28 11:49 姜振晖 阅读(63) 评论(3) 推荐(0)
摘要:实验任务四 #ifndef VECTOR_INT_H #define VECTOR_INT_H #include<iostream> using namespace std; class vector_int{ public: vector_int(int n,int a=0); vector_in 阅读全文
posted @ 2021-11-04 16:39 姜振晖 阅读(41) 评论(3) 推荐(0)