Object oriented programing code taught in university
-
Updated
Jun 3, 2022 - C++
Object oriented programing code taught in university
Object oriented Programming with C++
Code I Wrote From 2 C++ Classes at FAU.
🧟 A project in OOP programming in order to practice "new" and "delete" operators, copy constructor functions, "this", inheritance, and virtual functions.
This is my in-details practice of Object oriented Programming with reference,pointers and so on..
A console application which simulates Netflix's movie queue
How to apply concepts of copy constructor and copy assignment to ensure deep copying
A Chatbot implementation. This chatbot answers questions about C++ knowledge! This project is to use modern C++ memory management techniques such as smart pointers and move semantics.
Practice writing a class called ServerGroup to serve people waiting in line, with functions to manage a dynamic integer array representing server availability and time, as well as a destructor, overloaded assignment operator, and copy constructor for proper memory management and object assignment.
Add a description, image, and links to the copy-constructor topic page so that developers can more easily learn about it.
To associate your repository with the copy-constructor topic, visit your repo's landing page and select "manage topics."