Search:

Type: Posts; User: Lavender

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    840

    How do I put time in enqueue link list?

    I need help on how to enqueue time. An example is

    pqueue.enqueue("Name", 11:00);

    But it will read an error because the ( : ) is there. So how can I do it so that I can output time.
    ...
  2. Im using Linux through putty.exe version...

    Im using Linux through putty.exe version 0.62.0.0. But anyways I got the problem fixed. :) The problem was the _exit(0) where I had to take the _ away so it supposed to be exit(0). Thanks to...
  3. when I type "man 3 clock" in the commands, it...

    when I type "man 3 clock" in the commands, it says command not found.
  4. Sorry but what is man pages?

    Sorry but what is man pages?
  5. lol thanks! :) the Fibonacci works. Now I have...

    lol thanks! :) the Fibonacci works. Now I have another problem.. It wont print out the "The execution time was:... ". It only prints out the Fibonacci then ends the program. Is the clock() supposed...
  6. I know where to put it but I don't know how to...

    I know where to put it but I don't know how to code it in. I doubt I can copy and paste it in and it'll work.. does it?
  7. How do I implement recursive fibonacci into fork()?

    This is what I have so far.


    #include<stdio.h>
    #include<time.h>
    #include<unistd.h>
    #include<stdlib.h>
    #include<sys/types.h>

    int main()
Results 1 to 7 of 7