Linked List private pointers C++ [closed]
问题 Closed . This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 3 years ago . I am having trouble understanding how to use pointers when they are in "private". mostly I don't know how to get and set values for pointers I want to create a head and tail node that have no character value. then create new nodes that lie in between head and tail and add new nodes on to the end of