加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

ood midterm exam```

发布时间:2020-12-13 23:13:23 所属栏目:百科 来源:网络整理
导读:http://www.ibm.com/developerworks/cn/aix/library/1212_lufang_c11new/ 1= overload and override; 2 = cast style; 3 = principles in the proj 1 2 3 4; 4 = template specialization 5 = rtti;;enum; 6 = dark corner; 7 = project 1 2 design; special

http://www.ibm.com/developerworks/cn/aix/library/1212_lufang_c11new/

1= overload and override;

2 = cast style;

3 = principles in the proj 1 2 3 4;

4 = template specialization

5 = rtti;;enum;

6 = dark corner;

7 = project 1 2 design;



specialaztion ::

typedefchar* pChar;
template<>
const pChar max(const pChar& s1,const pChar& s2)
{
return ((strcmp(s1,s2)>0) ? S1 : s2);
}
8 composition and aggreagation implement in the c++;

composition ::

class C

{

R r;

}

aggregation :

class C

{

func()

{

R r;

R *r = new R;

}

}

http://ecs.syr.edu/faculty/fawcett/handouts/CSE687/MidTerm/

left value


http://saturn.stanford.edu/scripts/xgill/browse.pl?code=firefox&id=sqlite3_c_sqlite3EndTable_struct_Parse___struct_Token___struct_Token___struct_Select___

· principals ···

typeid';

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读