Using C++, created a class called ServerGroup to serve people waiting in line. It includes a dynamic integer array, a special-purpose server variable, and functions to check server availability, use a server, decrement time, and print values. Additionally, a destructor, an overloaded assignment operator, and a copy constructor for proper memory management and object assignment.
-
Notifications
You must be signed in to change notification settings - Fork 0
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.
marcoyuuu/ServerGroup
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
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.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published