Smart Pointers assignment

Discussion in 'C' started by c++_student, Aug 29, 2008.

  1. c++_student

    c++_student New Member

    Joined:
    Aug 29, 2008
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    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
     
  2. xpi0t0s

    xpi0t0s Mentor

    Joined:
    Aug 6, 2004
    Messages:
    3,009
    Likes Received:
    203
    Trophy Points:
    63
    Occupation:
    Senior Support Engineer
    Location:
    England
    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?
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice