12 2013 档案

摘要:ZZ from here : ask what kernel ring buffer is A few days ago I started thinking that my linux education has halted. I didn't seem to be learning anything new, even though I fealt like a total linux newbie. Then I reminded myself "Everything in linux is a file", so I said to myself: &qu 阅读全文
posted @ 2013-12-11 18:10 ridox 阅读(170) 评论(0) 推荐(0)
摘要:这本书是 Stanley B. Lippman于1996年所写,而最早的c++标准是ISO/IEC 14882:1998[18],即C++98。Chapter 1: Object Lessons1.1 类定义:包含普通函数,虚拟函数,静态函数;静态域和非静态域a simple object module : 这个模型中,一个对象就是一个slot的序列,一个slot代表一个成员,排列顺序与声明顺序相同。所有成员都通过指针访问, 这引入了指针--成员的概念。a table-driven object module: 通过一个数据成员表直接保存数据,一个成员函数表保存所有成员函数的引用。c++ ob 阅读全文
posted @ 2013-12-05 12:06 ridox 阅读(286) 评论(0) 推荐(0)