HELP!

Discussion in 'Linux - General discussion' started by MarkOfKri, Dec 12, 2006.

Thread Status:
Not open for further replies.
  1. MarkOfKri

    MarkOfKri Member

    Joined:
    Dec 7, 2005
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    11
    Create a utility manu which does the following:

    1. Displays the date in the following format:

    Today is:
    Wed December 6, 13:01:35

    2. Asks for the name of a directory, then displays the contents of that directory one page at a time.

    3. Crates a backup of your home directory in /backups. Before the backup begins, tell the user what will happen, then ask it they want to continue. The following should appear on the screen before the backup begins:

    You are about to backup your home directory.
    Do you whish to continue? Type y to continue, q to quit.

    4. Display your process running on the system.

    5. Display memory usage in megabytes.

    6. Display disk usage.

    7. Exit

    Except for exit, each command should run, pause, then return to the menu.


    I MISSED A FEW CLASSES, BUT REALLY NEED TO GET THIS DONE. CAN ANYONE HELP PLEASE!
     
  2. The_Fiend

    The_Fiend Guest

    NO. if you missed classes, read the bloody textbook.
    No one here will do your work for you, as we hate lazy kids, and most folks here had to learn programming and coding THE HARD WAY.
    I also fail to see what the f**k this has to do with Linux in general.

    [edit]

    // Author: Janrocks

    // Version: Dec. 2006

    #include <iostream.h>

    int main(void)

    {

    cout << “STOP being such a LAZY BASTARD and GO TO SCHOOL!” << endl;

    return 0;

    }

    [/edit]
     
    Last edited by a moderator: Dec 12, 2006
Thread Status:
Not open for further replies.

Share This Page