摘要: 1. Deducing TypesItem 1: Understand template type deduction. Item 2: Understand auto type deduction. Item 3: Understand decltype.Item 4: Know how to v 阅读全文
posted @ 2017-10-16 23:28 层膜的羔羊 阅读(355) 评论(0) 推荐(0) 编辑
摘要: Association Association is relation between two separate classes which establishes through their Objects. Association can be one-to-one, one-to-many, 阅读全文
posted @ 2017-10-16 21:58 层膜的羔羊 阅读(263) 评论(0) 推荐(0) 编辑
摘要: An Example of Association, Composition and Aggregation in Java Here is an example of composition and aggregation, in terms of Java Code. By looking at 阅读全文
posted @ 2017-10-16 21:54 层膜的羔羊 阅读(265) 评论(0) 推荐(0) 编辑
摘要: Introduction Ooops. Yet another article on smart pointers of C++11. Nowadays I hear a lot of people talking about the new C++ standard which is nothin 阅读全文
posted @ 2017-10-16 19:04 层膜的羔羊 阅读(277) 评论(0) 推荐(0) 编辑
摘要: Introduction I'm writing this article to unleash the various new features supported by C++11 as part of core language and library.Already I have poste 阅读全文
posted @ 2017-10-16 19:01 层膜的羔羊 阅读(294) 评论(0) 推荐(0) 编辑
摘要: Introduction The purpose of this article is to share with the community, the understanding and knowledge, to the how and why, of compiling and using, 阅读全文
posted @ 2017-10-16 19:00 层膜的羔羊 阅读(295) 评论(0) 推荐(0) 编辑