Search:

Type: Posts; User: Tiamatschosen

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    868

    indexing or display error?

    i have a linked list and for some reason the following 2 fucntions work fine


    void NodeList::printList()
    {
    StudentNode* walk = first;
    int num = 0;
    if(listSize()> 0)
    {
    ...
  2. Replies
    5
    Views
    1,762

    HAHA yea i forgot to include that. thanks. ...

    HAHA yea i forgot to include that. thanks. it always helps just to show someone else.
  3. Replies
    5
    Views
    1,762

    Similer problem

    i have the following class


    #ifndef H_Student
    #define H_Student


    #include <iostream>
    #include <string>
Results 1 to 3 of 3