Skip to content

Implementing a template doubly linked list helped understanding the OOP principles and generic programming.Further more, it gave me the opportunity to work with C++ specific features like user defined destructors for better grasp over object lifecycle, operator overloading and facilitating the scope resolution operator.

Notifications You must be signed in to change notification settings

Cosmin2000B/Template-Container-Doubly-Linked-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template-Container-Doubly-Linked-List

The ListaDL template container supports the next data types: int, double and sir, the last being a minimal implementation of a 'String' type container.

About

Implementing a template doubly linked list helped understanding the OOP principles and generic programming.Further more, it gave me the opportunity to work with C++ specific features like user defined destructors for better grasp over object lifecycle, operator overloading and facilitating the scope resolution operator.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages