Skip to content

The purpose of this project is to enhance c++ skills by implementing some of the sequential containers as template classes

Notifications You must be signed in to change notification settings

tagoras/SequentialContainers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SequentialContainers

The purpose of this project is to demonstrate my understanding of core c++ programming language (OOP, Constructors, Templates etc.) by providing a high level implementation of vector class from c++ standard library.


All the essential code is contained inside of the Vector.h file. The use of raw pointers in this project is intentional and is only for learning purposes.

About

The purpose of this project is to enhance c++ skills by implementing some of the sequential containers as template classes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages