On Sun, 19 Mar 2017 13:51:05 -0700 (PDT)
aktungmak wrote:
> I am trying to write a function that initializes a generic
> collection. For adding new items to the collection, the user
> specifies a constructor which takes one argument and returns a
> pointer to the struct that will be inserted in t
Hi,
I am trying to write a function that initializes a generic collection. For
adding new items to the collection, the user specifies a constructor which
takes one argument and returns a pointer to the struct that will be
inserted in the collection, and also sets fields to initial values. For