Search:

Type: Posts; User: Space_Cowboy

Search: Search took 0.00 seconds.

  1. Thread: sequence

    by Space_Cowboy
    Replies
    1
    Views
    1,646

    sequence

    I can't quite comprehend the sequence when entering while loop.



    struct node{
    int data;
    node *next;
    }
  2. Replies
    1
    Views
    3,471

    Thanks much!!!

    Thank you thank you thank you!!!
    :)
  3. Replies
    1
    Views
    3,471

    tail pointer - linked list

    newbie linked list question.

    How does a tail pointer traverse? I think I learned in this my class but I can't remember anything...

    Does a tail pointer traverse opposite direction of a head...
  4. Replies
    5
    Views
    1,954

    Thanks Eibro! Would you not need to initialize ...

    Thanks Eibro!
    Would you not need to initialize

    name student[5];
    ??
  5. Replies
    5
    Views
    1,954

    Thanks Eibro! Would you not need to initialize ...

    Thanks Eibro!
    Would you not need to initialize

    name student[5];
    ??
  6. Replies
    5
    Views
    1,954

    Re: Code Tags

    Thank you.
    I will make sure I follow the guideline next time.
    :)

    BTW, do you know what my problem is?
  7. Replies
    5
    Views
    1,954

    dynamic memory allocation - Please help

    struct name{
    char user [10];
    char color [10];
    }


    ....
    ....
  8. Thread: Question

    by Space_Cowboy
    Replies
    2
    Views
    1,041

    #include int main () { ...

    #include <fstream.h>

    int main ()
    {
    ifstream in;
    ofstream out;
    char str[];
    char line[];
  9. Thread: Question

    by Space_Cowboy
    Replies
    2
    Views
    1,041

    Question

    Hi everyone.
    I am new to this board and new to programming as well.

    The scenario is that
    I am having to read lines of text (unknown lines) from external file and I need to sort them in...
Results 1 to 9 of 9