摘要:
【1】offset宏的作用?答案:自己查MSDN(呵呵!我也不懂。)查询结果如下:Retrieves the offset of a member from the beginning of its parent structure.size_t offsetof(structName, memberName);ParametersstructName:Name of the parent data structure.memberName : Name of the member in the parent data structure for which to determine the 阅读全文
posted @ 2012-12-30 09:45
kaizenly
阅读(440)
评论(0)
推荐(0)