Skip to content

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.

Notifications You must be signed in to change notification settings

marcoyuuu/ServerGroup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ServerGroup

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.

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

No packages published

Languages