Search:

Type: Posts; User: Strat79

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    3,234

    Thanks rags_to_riches. That sounds like a likely...

    Thanks rags_to_riches. That sounds like a likely candidate for the error.
    This is my first real program in C, so I'm learning as I go.
  2. Replies
    9
    Views
    3,234

    Are you on a linux machine? The project...

    Are you on a linux machine?

    The project requires that it work on a linux machine. Using gdb, I've narrowed the segmentation fault down to the delete function, but nothing seems to fix it. ...
  3. Replies
    9
    Views
    3,234

    I played around with the fixes, but no luck. ...

    I played around with the fixes, but no luck.

    Thanks for the suggestions, but I believe there is more to the error then malloc or not deallocating memory. Since the program is small and doesn't...
  4. Replies
    9
    Views
    3,234

    Segmentation Fault

    This program is a double-linked list in C for my System's Software class.
    Everything worked fine, until I coded the delete() and insert() functions.

    The program compiles and executes on a window...
Results 1 to 4 of 4