Data Structures project in C++11 language, uses custom Vector & String structures with Move Semantics (Rule of Five)
-
Updated
Jan 11, 2023 - C++
8000
Data Structures project in C++11 language, uses custom Vector & String structures with Move Semantics (Rule of Five)
Exercising C++ classes
C++ settlement reconstruction simulator with plans, facilities, actions, selection policies, and simulation logging.
C++ simulation system for managing reconstruction plans with multiple selection policies. Implements Rule of 5, OOP design patterns, and memory-safe resource management.
this is the first home assignment we received in "System Programming" course. This project was done by David Shmailov and Aviram Lachmani.
Chatbot application using modern memory management techniques: smart pointers, the rule of five, move semantics
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
A high-performance DJ Session Manager simulation in C++, focusing on safe memory management, RAII, custom smart pointers, and LRU caching.
My own container for different type of variabels
OOP redesign of Smart Parking System using ParkingBlock class — Rule of Five, dynamic memory, full menu system
A program that simulates a contact tracing system.
C++ dynamic array implementation
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."