摘要:
http://stackoverflow.com/questions/2583580/what-is-the-best-way-to-write-class-template-like-generic-code-in-cstruct list_element_s{void* data;struct list_element_s next;};typedef struct list_element_s list_element;struct list_s{void (*destructor)(void* data);int (*com)(const void *src,const void* . 阅读全文
posted @ 2012-01-06 17:06
lxk613
阅读(209)
评论(0)
推荐(0)
浙公网安备 33010602011771号