会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
攻城狮小关
博客园
首页
新随笔
联系
管理
订阅
2020年10月8日
C++对象指针实践
摘要: 1.题目如下: 2.来吧,展示: Coordinate.h class Coordinate { public: Coordinate(); ~Coordinate(); public: int m_iX; int m_iY; }; Coordinate.cpp #include <iostream
阅读全文
posted @ 2020-10-08 09:06 攻城狮小关
阅读(142)
评论(0)
推荐(0)
编辑
公告