这....
基本上所有linux下c代码都是这个风格...
举个例子:
static struct fuse_oprations hello_oper = {
.getattr = hello_getattr,
.readdir = hello_readdir,
.open = hello_open,
.read = hello_read,
};
这就是C的OO实现方式,稀松平常了
【 在 DoorWay 的大作中提到: 】
: 你说的对。
: 我也在尽量避免混淆,引用了其中一句,“将过程转化为数据结构”
: a series of order —> data structure (and the algorithm that operates them)
: ...................
--
修改:lvsoft FROM 180.158.55.*
FROM 180.158.55.*