Thread: create a simple program using linked list

  1. #1
    Registered User
    Join Date
    Aug 2011
    Posts
    1

    create a simple program using linked list

    Hi
    I need to create a simple program using linked list only.Anyone please help me in this regard.It's very much appreciable if you could can do the program.

    Make a simple schedule program which can control appointment and cancel days. To simplify programming, you have only five days, Monday, Tuesday, Wednesday, Thursday, and Friday. Also you must use linked list programming method, and other approaches will not take a credit.
    Please refer to the below sample screens, and start to make a program with C++. First, you use linked list programming method, and then make a user enter list screen in DOS command asking three choices, 1: to insert an arranged day, 2: to delete an arranged day, and 3: to display all arranged day(s). Second, your program makes a correct output according to user selection and input activity. Other error controls are expected. For example, what if user inputs 3 during when there is no input arranged day.

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Announcements - C++ Programming
    Announcements - General Programming Boards
    You just dumped your assignment, with references to pictures you never bothered to post.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 5
    Last Post: 12-11-2010, 12:21 AM
  2. A simple linked list program
    By glanzvoll in forum C Programming
    Replies: 7
    Last Post: 03-03-2010, 05:54 AM
  3. linked list noob - function create new list
    By dukysta in forum C Programming
    Replies: 5
    Last Post: 07-06-2007, 08:16 AM
  4. Using a doubly-linked list to create a deque class.
    By alt234 in forum C++ Programming
    Replies: 2
    Last Post: 11-13-2005, 09:30 PM
  5. Replies: 5
    Last Post: 11-20-2001, 12:48 PM