c-programming

  1. apprentice

    C Need guidance for programming in C on FreeBSD

    System: FreeBSD 14 I'm new to FreeBSD, coming from Linux and have always used gcc. In FreeBSD so I can compile in C and C++ what should I use? Thanks.
  2. Holger

    C Reparenting a child process

    Hi! my situation is as follows: I have a process A with parent S (like in "shell"). Process A spawns a child B. Is it possible for process A to re-parent process B to its own parent (i.e. process S), as if S had been the spawning process? A possible solution (in the C programming language)...
Back
Top