Data Structures project in C++11 language, uses custom Vector & String structures with Move Semantics (Rule of Five)
-
Updated
Jan 11, 2023 - C++
Data Structures project in C++11 language, uses custom Vector & String structures with Move Semantics (Rule of Five)
this is the first home assignment we received in "System Programming" course. This project was done by David Shmailov and Aviram Lachmani.
A program that simulates a contact tracing system. The goal of the assignment was to apply our knowledge in memory management in the cpp environment
A brief tutorial on the rule of five
Chatbot application using modern memory management techniques: smart pointers, the rule of five, move semantics
My own container for different type of variabels
A program that simulates a contact tracing system.
Add a description, image, and links to the rule-of-five topic page so that developers can more easily learn about it.
To associate your repository with the rule-of-five topic, visit your repo's landing page and select "manage topics."