Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 214 Bytes

Errata.md

File metadata and controls

5 lines (5 loc) · 214 Bytes

Homework 5:

  1. operator=(MyVector&&) and operator=(const MyVector& rhs) needs check (this == &rhs) return *this;

  2. fixed method void at(size_t n) - bug with > and >=

Homework 9:

  1. shell: implement big 5