摘要: 10.5 An array of objects ) You can define an array of objects just as an array of built in types: Declaring without initialization requires the class 阅读全文
posted @ 2018-10-07 20:58 Gabriel_Ham 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 10.2.4 Using classes Following exapmle uses the class definition and implementation written in previous files: ) The code below is a client: client : 阅读全文
posted @ 2018-10-07 17:48 Gabriel_Ham 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 10.1 Procedural and object oriented programming ) In procedural programming, you first concentrate on the procedures you will follow ) In OOP, you con 阅读全文
posted @ 2018-10-07 11:40 Gabriel_Ham 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 9.3 Namespaces namespace problems The conflict of using same name things from different libraries. For example, two libraries might both define classe 阅读全文
posted @ 2018-10-07 09:26 Gabriel_Ham 阅读(108) 评论(0) 推荐(0) 编辑