Search:

Type: Posts; User: spendotw

Search: Search took 0.00 seconds.

  1. There was a lot of unecessary stuff in the...

    There was a lot of unecessary stuff in the previous code:
    I removed the needToContinue flag. And now the current state of the program is that it compiles, it runs and executes all the priority 0's...
  2. Actually i'v just looked back at this and i can...

    Actually i'v just looked back at this and i can see that it doesn't process the processes with priority of 0 it processes them all but is displaying them with a priority of 0

    Feel free to ignore...
  3. Thanks for your feedback guys, I have took what...

    Thanks for your feedback guys, I have took what you said into consideration, but with some of the terminology used I didn't quite understand :\ sorry.

    Right, after revising my code I have managed...
  4. :confused: *sigh* as i said im a noob to C, I...

    :confused: *sigh* as i said im a noob to C, I have tried to implement what has been said but this is still not working my awful code bellow decrements the priority member variable once but thats it,...
  5. Thanks for this analogy it really helps...

    Thanks for this analogy it really helps...
  6. Hi I am trying to do this program without...

    Hi

    I am trying to do this program without using any custom functions and just using the basic system functions

    I have already sorted all my priorities and ordered them from lowest to highest,...
  7. Yes this is exactly what I wanted to implement,...

    Yes this is exactly what I wanted to implement, but I have no idea how to do so... I have altered my code as below, but it only decrements the first process continously until it reach zero rather...
  8. Yeah I mean it executes fine, its just my...

    Yeah I mean it executes fine, its just my algorith is a bit off. For what I need to do I am require to do the round robin scheduling slightly different. I have to decrement all the quantum from the...
  9. Thanks Quzah, any help on this issue :(

    Thanks Quzah, any help on this issue :(
  10. Hi, I don't see where this would fit in my...

    Hi, I don't see where this would fit in my program? Although the priority member is the variable I am trying to control, it doesn't help me to process the data entries with a priority of 0 all...
  11. I need help with looping lowest priority values first

    Hi there, i am writting a process scheduler in a round robin fashion and I want to process all the processes from a input file. I have got all the processes from the file and ordered the priority...
Results 1 to 11 of 11