Search:

Type: Posts; User: Ewiv

Search: Search took 0.01 seconds.

  1. Replies
    17
    Views
    2,006

    I guess I was not the most clear in that one line...

    I guess I was not the most clear in that one line

    std::cout is a function I know this I was trying to say that, what I was implying is you will not do something like

    int cout; at some point in...
  2. Replies
    17
    Views
    2,006

    Then it would be much simpler if the class...

    Then it would be much simpler if the class controlling the list did the adding to the list not another class. I think your over complicating the program a bit and thats causing some of your...
  3. Replies
    17
    Views
    2,006

    You declare a pointer to head, but you never...

    You declare a pointer to head, but you never declare head to point to an actual node

    After setting newNode you should have head point to that to start your list. Doing that means head will point...
Results 1 to 3 of 3