C double linked list with abstract data type

后端 未结 5 615
暖寄归人
暖寄归人 2020-12-14 05:08

i need in double linked list in C, but it must be for different types. In C++ we use templates for it. Where can i find example in C for double linked list with abstract typ

5条回答
  •  有刺的猬
    2020-12-14 05:14

    You could use macros as demonstrated here (this particular example implements generic hash-tables).

提交回复
热议问题