03 2014 档案

摘要:原地址:http://www.cplusplus.com/doc/tutorial/inheritance/Friend functionsIn principle, private and protected members of a class cannot be accessed from outside the same class in which they are declared.... 阅读全文
posted @ 2014-03-07 04:28 刺客主谋 阅读(232) 评论(0) 推荐(0) 编辑
摘要:原地址:http://www.cplusplus.com/doc/tutorial/classes2/Special members[NOTE: This chapter requires proper understanding of dynamically allocated memory]Special member functions are member functions that... 阅读全文
posted @ 2014-03-07 04:27 刺客主谋 阅读(240) 评论(0) 推荐(0) 编辑
摘要:原地址:http://marsfreewill.blogspot.it/2012/08/mac-ospythonpydeveclipse.html在MAC OS上配置Python开发环境(PyDev+Eclipse)用了一段时间的Python IDLE,感觉不是很好用,所以尝试配置PyDev+Eclipse,因为在Eclipse下开发实在是太方便了,而且GAE、Django在Eclipse下开... 阅读全文
posted @ 2014-03-06 02:28 刺客主谋 阅读(3431) 评论(0) 推荐(0) 编辑
摘要:Declaration of variablesC++ is a strongly-typed language, and requires every variable to be declared with its type before its first use. This informs the compiler the size to reserve in memory for th... 阅读全文
posted @ 2014-03-02 00:05 刺客主谋 阅读(233) 评论(0) 推荐(0) 编辑
摘要:Overloading operatorsClasses, essentially, define new types to be used in C++ code. And types in C++ not only interact with code by means of constructions and assignments. They also interact by means... 阅读全文
posted @ 2014-03-01 18:23 刺客主谋 阅读(239) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示