Search:

Type: Posts; User: Sicilian_10

Search: Search took 0.00 seconds; generated 52 minute(s) ago.

  1. Solved

    I have found the solution, i needed to develop the code that the execvp does but use the execv, so i needed to create a search binary.
  2. Thank you for your attempt, but it is clear that...

    Thank you for your attempt, but it is clear that we have communication issues.
  3. The execv does not determine that a function...

    The execv does not determine that a function keyword has been entered and as a result pass the task to the child to be carried out.

    From my understanding the only thing the current code will do is...
  4. The code that you have provided does not appear...

    The code that you have provided does not appear to work in the way intended for the program.

    Thankyou for your attempt anyway
  5. not execvp its execv, there is a difference

    not execvp its execv, there is a difference
  6. From my understanding point 7 is completley based...

    From my understanding point 7 is completley based on the exec families

    For the purpose of this program i am using the execv

    The problem is that i used to have execl but my tutor said that this...
  7. Sorry, i do not understand how any of that code...

    Sorry, i do not understand how any of that code has anything to do with point 7 and using the execv family member to invoke a task through the child.

    Thankyou for your explanation of point 10, but...
  8. Yes that is correct itCbitC the unix utility ls...

    Yes that is correct itCbitC the unix utility ls should be invoked by the child process, i am familiar with the arguments passed to the execv(argv[0],argv), but in the case of the program, i am unsure...
  9. Creation of a Command Language Interpreter

    Hello fellow programmers,

    I was recently given a task of creating a CLI in c under a unix based system. I have almost completed the task, but am currently stuck with 2 particular points, the logic...
  10. Replies
    4
    Views
    4,133

    C Bit Manipulation

    Hello fellow programmers,

    I am new to the cprogramming forum and am requesting some assistance in further understanding bit manipulation in c.

    I am undertaking my first attempt at learning c,...
Results 1 to 10 of 10