Search:

Type: Posts; User: S15_88

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,815

    i have the break; in both the insertName and...

    i have the break; in both the insertName and insertAge function, but still seg fault when adding more than one struct and still seg faults when removing struct. i'm obviously missing something here...
  2. Replies
    4
    Views
    1,815

    sorted linked list...why seg faults!

    I have a program that adds a name and an age to a structure then that structure is added to a list that's sorted by name and age.

    when i add a struct then go to remove it, seg fault!

    when i add...
  3. Replies
    2
    Views
    2,401

    Sorted Linked List with multiple heads.

    Hi there i've been tinkering with this program for a while and think i have it figured out, but i'm getting some segmentation faults and memory issues.

    Here are my issues, if i understoud them i'd...
  4. Replies
    9
    Views
    2,546

    thanks for the advice, i need to take a break...

    thanks for the advice, i need to take a break though before my eyes fall out. I appreciate all the help.

    Thanks, ALain
  5. Replies
    9
    Views
    2,546

    after each post by ppl i keep getting more and...

    after each post by ppl i keep getting more and more discouraged haha as the ideas that are presented break some rule in the assignment.

    I've decided to post the assignment just to satisfy...
  6. Replies
    9
    Views
    2,546

    yes i'm guilty of posting an assignment, and i...

    yes i'm guilty of posting an assignment, and i agree it isn't the best way to do this but the prof really wanted to test our knowledge and apparently i've been tested haha i just can't seem to figure...
  7. Replies
    9
    Views
    2,546

    Sorted Linked List...What am i doing wrong!

    So i've slaved away some more at this and i don't understand where i'm going wrong.

    My program allows the user to enter a name and an age, multiple times to create the list.
    I then sort the list...
  8. Replies
    3
    Views
    10,474

    Hey thanks for the sweet diagram, i've actually...

    Hey thanks for the sweet diagram, i've actually re-written my program to now what i think makes sense. i've been drawing diagram after diagram but i can't wrap my head around this without using a...
  9. Replies
    3
    Views
    10,474

    creating a sorted list

    I want to take my current prorgam and take the structure and create a sorted list.

    When a user enters a name and age i want to put that at the head then the next time a name and age is added i...
  10. Replies
    5
    Views
    1,289

    sorry i appologize i found my own error. ...

    sorry i appologize i found my own error.

    THREAD SOLVED
  11. Replies
    5
    Views
    1,289

    printing int in structure...weird

    I have a block of code that takes input from stdin and stores it in a variable in a structure. then i go to print the contents of the structure but for some reason it keeps printing the last this...
Results 1 to 11 of 11