Ray's playground

 

2010年11月12日

Function Overloading & Default Arguments(Chapter 7 of Thinking in C++)

摘要: Mem.hCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1#ifndefMEM_H2#defineMEM_H3typedefunsignedcharbyte;45classMem6{7byte*mem;8intsize;9voidensureMinS... 阅读全文

posted @ 2010-11-12 22:00 Ray Z 阅读(198) 评论(0) 推荐(0) 编辑

Python中的字符串对象(Python 源码剖析第三章)

摘要: PyStringObjectCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1typedefstruct{2PyObject_VAR_HEAD3longob_shash;4intob_sstate;5charob_sval[1];67/*Invaria... 阅读全文

posted @ 2010-11-12 20:12 Ray Z 阅读(281) 评论(0) 推荐(0) 编辑

导航