10 2021 档案
实验二 数组、指针与C++标准库
摘要:Test 5 主函数task5.cpp #include<iostream> #include<string> #include<vector> #include"info.hpp" using namespace std; const int capacity = 100;//最大容纳人数为100
阅读全文
实验一 类与对象
摘要:Test3 头文件 #ifndef Complex_HPP #define Complex_HPP #include<iostream> class Complex { public: Complex() {} Complex(double x1) :real(x1), imag(0) {} Com
阅读全文
浙公网安备 33010602011771号