随笔分类 -  /C&C++

[笔记]C++笔记(4)
摘要:CH13 Templates Function templates The function with actual types is called a function template instance . Templates Class Explicit instantiation for c 阅读全文

posted @ 2017-03-06 10:16 小硕鼠 阅读(180) 评论(0) 推荐(0)

[笔记]C++笔记(3)
摘要:CH10 Composition, aggregation and association | Property\Type | Composition | Aggregation | Association | Dependency | | | | | | | | Relationship type 阅读全文

posted @ 2017-03-01 11:26 小硕鼠 阅读(212) 评论(0) 推荐(0)

[笔记]C++笔记(2)
摘要:CH8.1 Classes Use the struct keyword for data only structures. Use the class keyword for objects that have both data and functions. ( will cause poten 阅读全文

posted @ 2017-02-16 09:39 小硕鼠 阅读(188) 评论(0) 推荐(0)

[笔记]C++笔记(1)
摘要:最近在看这个: "LearnCpp" 主要是一些我自己容易忽视的地方,因为原来的网站更新很快,所以章节序号不一定准 CH1.10 Preprocessing The preprocessor copies the contents of the included file into the incl 阅读全文

posted @ 2016-05-04 11:29 小硕鼠 阅读(275) 评论(0) 推荐(0)

导航