Search:

Type: Posts; User: ChazWest

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    2,835

    Seg Fault Problem

    I am having a problem with a segmentation fault in my program. Basically the program is a red black tree implementation. The seg fault happens at the same point in my code no matter what I insert...
  2. Replies
    12
    Views
    1,107

    Looking for Good Debugger

    I am looking for a good freeware debugger for C. Anyone have any suggestions? Thanks
  3. Replies
    4
    Views
    2,672

    I am using trinode restructuring to fix the tree...

    I am using trinode restructuring to fix the tree and the link looks to use rotation instead of trinode restructuring. Either way it seems that there should be no problem with doing this. I have...
  4. Replies
    4
    Views
    2,672

    The tree came out all messed up. Sorry about...

    The tree came out all messed up. Sorry about that, I guess it takes out whitespace before text. Let's try this again.

    : 10
    : 4 14
    : 3 ...
  5. Replies
    4
    Views
    2,672

    Red Black Tree Restructure

    I guess this is more of a general programming question rather than a C question but since the project is in C I thought I would post it here. In a RedBlack tree when we do a removal or insertion we...
  6. Replies
    7
    Views
    6,382

    Alright, changed the permissions so that I don't...

    Alright, changed the permissions so that I don't get the error about permission denied. I get a new error though, that follows:

    Cannot execute binary file.
    myspell: Exec format error

    Any...
  7. Ok, figured out the first problem, still baffled...

    Ok, figured out the first problem, still baffled by the second though.
  8. Sorting char **

    Alright, two questions here. First off I have a dictionary.h file and a HashDictionary.h and BinSearchDictionary.h each of which inherits from dictionary. What I want to do is have a variable dict...
  9. Replies
    7
    Views
    6,382

    Thanks for the help. It looks like the...

    Thanks for the help. It looks like the permissions were only set to read and write.
  10. Replies
    7
    Views
    6,382

    I can't run in root mode because it is on a...

    I can't run in root mode because it is on a University machine and I don't have access to the root user. Thanks for the suggestion. Any other ideas?
  11. Replies
    7
    Views
    6,382

    Permission Denied error

    I am guessing this is probably more of a Unix/Solaris problem but I figured I'd see if anyone has had this problem. I am writing a Hash Dictionary ADT in C using the CC compiler. My code compiles...
Results 1 to 11 of 11