Sunday, August 2, 2009

Hi Friends, In 'C' i want to Implement a queue using a DLL.The queue should be able to store ANYTHING.

ok, and what's your question?





if it should store anything, then most likely your queue stores just void*-pointers.





if it's a DLL, then just mark your functions in the header file with DLLEXPORT or create a .def file.


No comments:

Post a Comment