Workshops, projects and coursework for Seneca's Object Oriented Software Development course. This repository uses C++.
- W1 - Linkage, storage duration, namespaces, guards, and operating system interfaces.
- W2 - Compare performance of copy & move operations on large dynamically allocated array of C++ strings.
- W3 - Design and code class templates, test them on different instantiations.
- W4 - A container class that holds notifications and a class that holds seperate messages.
- W5 - Create lambda expressions, exception handling, and object functions.
- W6
- W7
- W8
- W9
- W10