Question: Write the following struct struct Window { string appname; Window * next; Window * prev; } ; Create a class called WindowManager. Create private variables

Write the following struct struct Window { string appname; Window *next; Window *prev; }; Create a class called WindowManager. Create private variables Window * current, * dummy. current will keep track of the current program. Think of it as the program currently being used by the user in this simulated operating system. dummy will always point to the dummy node. Add the following private function. This function will be used to dynamically create new nodes for the linked list.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!