2015年4月13日

About abstract class.

摘要: Abstract meansshould be realized.Virtual means could be overrided.It is very different! 阅读全文

posted @ 2015-04-13 23:17 shoutcharter 阅读(98) 评论(0) 推荐(0) 编辑

Readonly and other things about C++

摘要: 1. in c#readonly can be delayed to initialize in constructor.2. in c++totally no readonly.Many people have mastered c++ before c#. They are the manage... 阅读全文

posted @ 2015-04-13 22:52 shoutcharter 阅读(134) 评论(0) 推荐(0) 编辑

Static

摘要: 1. C++static has three methods to use.a. As a class memberb. As a class methodc. non linkage. used in a function. it can't be accessed when the functi... 阅读全文

posted @ 2015-04-13 22:21 shoutcharter 阅读(384) 评论(0) 推荐(0) 编辑

导航