Updated Linked List to inherit generic constructors.
Not sure how the create method will integrate. Might integrate it into the linked list class so that it can just append it straight into the relevant node.
This commit is contained in:
@ -132,12 +132,6 @@
|
||||
<ClInclude Include="src\LinkedList\linkedlist.h" />
|
||||
<ClInclude Include="src\LinkedList\linkedlistnode.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="src\Generic\directednode.cpp" />
|
||||
<ClCompile Include="src\Generic\undirectednode.cpp" />
|
||||
<ClCompile Include="src\LinkedList\linkedlist.cpp" />
|
||||
<ClCompile Include="src\LinkedList\linkedlistnode.cpp" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
|
Reference in New Issue
Block a user