会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
尤夏No.1!
博客园
首页
新随笔
联系
订阅
管理
2022年10月14日
实验二 类与对象2
摘要: 4. 实验任务4不使用C++标准库,自行设计并实现一个简化版复数类Complex Complex.hpp 1 #include <iostream> 2 #include <math.h> 3 using namespace std; 4 5 class Complex { 6 7 public:
阅读全文
posted @ 2022-10-14 16:40 尤夏
阅读(39)
评论(0)
推荐(0)
公告