实验四类和对象数组及指针
摘要:
1 1 #pragma once 2 2 #include<iostream> 3 3 4 4 using std::cout; 5 5 using std::endl; 6 6 7 7 class vectorInt { 8 8 public: 9 9 //构造函数和析构函数 10 10 vect 阅读全文
posted @ 2022-11-08 17:53 小猪葛屁了 阅读(5) 评论(0) 推荐(0) 编辑