Can anyone help me with a computer science C++ assignment that i am struggling with? The task is to design and implement a generic reference counted smart pointer class library, and use the smart pointers to create a smart generic linked list class... any help would be greatly appreciated... Thanks
yep, no problem. How far have you got and where are you stuck? Do you understand the requirements? For example, do you know what is meant by "smart pointer", "reference counted", "linked list", and do you know how to implement a linked list using normal pointers? Do you have some code that isn't working as you think it should?