Search:

Type: Posts; User: David670

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,070

    Can this be done?

    How would you write this code using C stdio library routines instead of the UNIX kernel routines?



    #include <stdio.h>
    #include <fcntl.h>
    intmain()
    {
    int inFile, outFile;
    char...
  2. Thread: Lost in C

    by David670
    Replies
    8
    Views
    2,445

    For the next part of the problem I basically...

    For the next part of the problem I basically changed a few things in the bu part but I think it takes more then this.

    void rs (char *file)
    If the file to be restored, file, does not exist in the...
  3. Thread: Lost in C

    by David670
    Replies
    8
    Views
    2,445

    Does the following code make any sense for this...

    Does the following code make any sense for this part?

    void bu (char *file)
    If the file to be backed up, file, does not exist, print a message like The file to be backed up, file, does not exist....
  4. Thread: Lost in C

    by David670
    Replies
    8
    Views
    2,445

    Oh thanks for the update :) I don't need to pull...

    Oh thanks for the update :) I don't need to pull my hair out anymore. I was even more confused then before.

    I think I have that part figured out now after reading some c programming links. Now I...
  5. Thread: Lost in C

    by David670
    Replies
    8
    Views
    2,445

    Well first problem is how do i make the prompt...

    Well first problem is how do i make the prompt say bush? Also thank you for the reply.
  6. Thread: Lost in C

    by David670
    Replies
    8
    Views
    2,445

    Lost in C

    Hello, I have a C programming problem I need to do for a class. Unfortunately this class is not a programming class and we are left to learn the basics a C programming on our own. The only...
Results 1 to 6 of 6