Search:

Type: Posts; User: Keplero90

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    3,642

    Problem with multithreading and pipe

    Hi guys, I'm trying to make a script that uses 3 threads that have the task of searching and sending to a memorizer via a pipe, the prime numbers up to a certain n (passed as an input parameter). All...
  2. Replies
    7
    Views
    3,684

    please can you help me, i can't get a spider out...

    please can you help me, i can't get a spider out of the hole ...
  3. Replies
    7
    Views
    3,684

    thank you for the example that helps me better...

    thank you for the example that helps me better understand the topic ....
    I tried to repair the script but c but I just can't make it work now I print this


    [BUS] BUS IS LEAVING
    [BUS] CURRENT...
  4. Replies
    7
    Views
    3,684

    this is an example of output ... clearly the...

    this is an example of output ... clearly the sequence is wrong ... tourists should all go down and then go up again, even the fifth tourist does what he wants .....


    [BUS]BUS IS LEAVING...
  5. Replies
    7
    Views
    3,684

    help exercise thread posix , C

    hi I'm doing a program with posix threads but my eyes are crossing ... This program "simulates" a bus that moves in 2 stops and at each stop a maximum of 4 tourists go up (the total tourists are 5)....
  6. the subtree rooted in the directory,C language,linux

    hi I'm doing a program that recursively searches for the file with a certain extension in the subtree rooted in the directory possibly passed as an argument. For each file found, print the absolute...
  7. for what reason?

    for what reason?
  8. actually my program works ... I wanted to know if...

    actually my program works ... I wanted to know if for each call I use a different process ... I didn't understand your example with the main ...
  9. I tried to do it, technically it works, I'm not...

    I tried to do it, technically it works, I'm not 100% sure that it uses a distinct process for each call, can you confirm it?




    #include <stdio.h>
    #include <stdlib.h>
    #include<unistd.h>...
  10. Write a program that recursively calculates the X-th Fibonacci number.....

    Hi guys can someone give me an example of code that respects what is asked of this exercise that I found?
    Write a program that recursively calculates the X-th Fibonacci number using a separate...
Results 1 to 10 of 10