会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
viento123
导航
博客园
首页
新随笔
联系
订阅
管理
公告
2021年10月25日
面向对象程序设计 实验一 类与对象
摘要: #ifndef _Complex #include <iostream> #include <cmath> class Complex { public: friend Complex add(const Complex c1, const Complex c2); friend bool is_e
阅读全文
posted @ 2021-10-25 21:00 viento123
阅读(28)
评论(3)
推荐(0)
编辑