社区
C++ Builder
帖子详情
Big bucks the easy way !
liuxiaowei
2001-08-15 12:09:04
C++
How can I overload operator [] so I can use it like this :
A is a class
A[1][2]=100;
...全文
70
1
打赏
收藏
Big bucks the easy way !
C++ How can I overload operator [] so I can use it like this : A is a class A[1][2]=100;
复制链接
扫一扫
分享
转发到动态
举报
AI
作业
写回复
配置赞助广告
用AI写文章
1 条
回复
切换为时间正序
请发表友善的回复…
发表回复
打赏红包
蒋晟
2001-08-15
打赏
举报
回复
class a{
a();
~a()
LPINT m_pData;
operator[](int i){ASSERT(m_pData);return m_pData[i];}
}
a::a()
{
m_pData=new int[10];
}
a::~a()
{
if(m_pData)delete[] m_pData;
}
大学英语精读第三版第四册课文及课文翻译资料讲解.docx
大学英语精读第三版第四册课文及课文翻译资料讲解
大学英语精读4课文中英文对照.docx
大学英语精读4课文中英文对照.docx
VOA流行美语讲座,英语听力.doc
VOA流行美语讲座,英语听力.doc
大学英语(第四册)复习(原文及全文翻译)——Unit 1 -
Big
Bucks
the
Easy
Way
(轻轻松松赚大钱)
Unit 1 -
Big
Bucks
the
Easy
Way
Two college-age boys, unaware that making money usually involves hard work, are tempted by an advertisement that promises them an
easy
way
to earn a lot of money. The boys soon learn that if something seems too good to be t
Google Adsense广告全攻略
2006-07-29 17:13 Google Adsense广告全攻略: 大学的时候英语教材里有一篇文章叫“
Big
Bucks
The
Easy
Way
”, 我觉得对于所有的中国个人站长来说,这个机会终于来了, Google Adsense中文于2
C++ Builder
13,871
社区成员
102,694
社区内容
发帖
与我相关
我的任务
C++ Builder
C++ Builder相关内容讨论区
复制链接
扫一扫
分享
社区描述
C++ Builder相关内容讨论区
社区管理员
加入社区
获取链接或二维码
近7日
近30日
至今
加载中
查看更多榜单
社区公告
暂无公告
试试用AI创作助手写篇文章吧
+ 用AI写文章