Thread: want some help with link list and queue

  1. #1
    Registered User
    Join Date
    Feb 2005
    Posts
    1

    want some help with link list and queue

    i have got this assignment of my programming course .... i am not really into programming if this one is very easy for u guys.....here is the assignment can anyone help....please ....i have t o submit tommo



    1i have to creat a single link list wiht of 5 nodes...

    then i have to delete the last node and the data in the node in the last node will be my first element of my queue and so one until the node is destroyed.

  2. #2
    Gawking at stupidity
    Join Date
    Jul 2004
    Location
    Oregon, USA
    Posts
    3,218
    No one's going to do your homework for you. Show the code that you have so far and if you have specific questions we'll try to answer them for you. But no one is going to just write the whole thing for you so you can turn in without learning anything.
    If you understand what you're doing, you're not learning anything.

  3. #3
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    Quote Originally Posted by kermi3
    Welcome to the boards. If you haven't already done so then please take some time to familiarise yourself with the faq:
    http://faq.cprogramming.com/cgi-bin/smartfaq.cgi

    Make sure you have a look at the the posting guidelines:
    http://cboard.cprogramming.com/annou...ouncementid=51
    Following the rules will ensure you get a prompt answer to your question.

    Remember, too, that the board has a search facility, a link is at the top of your screen:
    http://cboard.cprogramming.com/search.php
    It will often get you a quicker answer to your questions than waiting for a response to one you have posted.

    It appears that you are posting a homework assignment or other project.

    Please don't ask people to do all your work for you, See the announcement on Homework at the top of all forums to see what is acceptable or PM me. Basically people are happy to help, but they're not going to do it all for you.

    Show us what you've got, show your code (using code tags), or where you're confused and someone will be happy to help you I'm sure. If it's something that you absolutely don't understand how it works, like you have no clue how qsort works, then ask a general question about the function and I'm sure someone will explain it. Though they may not give you all of the code for it, but someone will explain the concept.


    On obivous homework questions especially, I like to remind people of the board's ninth guildeline, while this board is very helpful to people, make sure you have your instructor's permission before seeking help on assignments. While people on these boards are more than happy to help, we discourage people from asking for help on graded work without the instructor's permission, and we claim no repsonsibilty for any cheating or honor violations.

    Feel free to PM me with any questions.

    Good Luck,

    Kermi3
    Do all that, then try again. Now then, if you do in fact do all of that, you'll find yourself with the answer, because I know for a fact that there's a fine Linked List tutorial in those links.

    Quzah.
    Hope is the first step on the road to disappointment.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Help with FIFO QUEUE
    By jackfraust in forum C++ Programming
    Replies: 23
    Last Post: 04-03-2009, 08:17 AM
  2. Double Linked List Problem
    By Shiggins in forum C++ Programming
    Replies: 4
    Last Post: 03-10-2009, 07:15 AM
  3. What is link list?
    By kolucoms6 in forum C++ Programming
    Replies: 3
    Last Post: 03-09-2008, 09:33 PM
  4. Pointer Queue
    By psygnosis2.0 in forum C++ Programming
    Replies: 0
    Last Post: 06-17-2006, 02:55 AM
  5. Request for comments
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 01-02-2004, 10:33 AM