C++ programs & lab_works [ 2nd semester]
-
Updated
May 20, 2020 - C++
C++ programs & lab_works [ 2nd semester]
Interpretation of c++
This is my repo for MSU Data Structures assignments and other semi-related projects.
Developed a C++ program for managing combat games, transitioning from paper to digital. Features include player data entry, game management, dynamic point allocation, and winner announcement. Utilizes operator overloading for data input/output and comparisons. Designed for up to 6 players, with in-memory data storage during runtime.
A vehicle service managing software developed using C++ in object-oriented approach to track the servicing of vehicles.
Flight itinerary that produces a compact block of text, telling what cities you can fly to and how much it will cost.
OOP_LW02-overload
CPP02 Module: operator overloads
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.
Computer program developed to model some of the needs and behaviors offered by streaming services.
Set of projects in C++
Computer program developed to provide solutions to different contexts, such as the behavior of a farm, as well as the game of snakes and ladders.
A mini game with cpp and ncurses
COMSC 110 Assignment #3
Using operators to calculate the union, difference, and intersection of 2 sets
Implementation Overload Operator in C++ With Case Study. I made this for Object Oriented Programming practicum
Add a description, image, and links to the overloaded-operators topic page so that developers can more easily learn about it.
To associate your repository with the overloaded-operators topic, visit your repo's landing page and select "manage topics."