User profile: Stephanie

This account has limited functionality.
This was likely due to the user being reported by not following some specific rules for a service in this website.
If you believe this to be an error, please use our Contact form
User info
User name:Stephanie
History
Joined:
Number of posts:121
Latest posts:

ready/device queue
So I have this function in a ready queue which enters processes into my device queue. [code]PCB* rea...

help!
So now the problem is: say I enter c1: So, process with PID 1 enters device. say I enter c1: So, ...

help!
in my void device_queue :: device_arrival(PCB* temp) move_top() is not being called when head==NULL?...

help!
this is my move_top function [code]PCB* ready_queue :: move_top(){ if (head != NULL){ PCB...

help!
ohhh so if I just cout<<temp; in line 5 of my device_start() function it prints 0.