Skip to content

Latest commit

 

History

History
24 lines (24 loc) · 444 Bytes

README.md

File metadata and controls

24 lines (24 loc) · 444 Bytes

vec

A custom C++ vector to practice modern C++
Full of exceptions everywhere :D Completed maybe? ​

Running

git clone https://github.com/raynei86/vec
cd vec
make && make run

TODO

Vector

  • Implement Allocator
  • Const operators
  • Operators
  • Full support of all std::vector functions
  • Keep track of iterator
  • Make more use of iterators ​

Iterator

  • Make it trackable with vector ​