Search:

Type: Posts; User: Jslam9

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    2,288

    error fixed but...

    i fixed the error but now i can print in the right order. the number i have to print from is the third number in the list to the end then it has to rap back around and print the first two numbers,...
  2. Replies
    5
    Views
    2,288

    Global head

    Head is a private member of a class


    struct NodeType;
    struct NodeType
    {
    int component;
    NodeType* link;
    NodeType* backlink;
    };
  3. Replies
    5
    Views
    2,288

    Printing a linked list

    i have a linked list in my program that is circular . i have to print from a specific number in the list and when i do im getting an error. now this function is a constant and must stay a constant,...
  4. Replies
    1
    Views
    998

    A linkedlist that has no end

    i have a project to do and it involves a linked list , and this list is circular. Somebody posted a question on this but it dident help me. I have a delete function and after it deletes a node i...
Results 1 to 4 of 4