programming

0 comments

https://github.com/xaviermerino/ECE2551-SoftHardDesign/tree/master/Homework-4

Netflix

In this project, you will apply many of the concepts covered in the pre-requisites for the course, including control structures (sequence, selection and repetition), functions, pointers, dynamic memory management, and linear data structures. In addition, you will apply the techniques of operator overloading and copy constructors to design classes that are easier to use. After completion, you should feel comfortable with allocating memory on the heap to create more complex data structures, overloading binary and unary operators, and properly implementing copy constructors to achieve deep copy of objects at runtime. Specifically, you will learn how to link different objects in the heap together, to (bi-directionally) traverse through these objects in memory, and to de-allocate all memory previously allocated in the heap.

About the Author

Follow me


{"email":"Email address invalid","url":"Website address invalid","required":"Required field missing"}