C++ Template Generics (template argument list)
问题 I am trying to implement a Circular Doubly Linked List, and I have no probably with the Linked List implementation itself. The problem I am having is allowing it to take generic parameters using templates. I have checked several tutorials dealing with templates, but I haven't found anything specific to what I am trying to do. I believe I have worked out most of the errors, but I am still getting the errors: linkedlist.h(37): error C2955: 'Node' : use of class template requires template