Search:

Type: Posts; User: Muzzaro

Search: Search took 0.01 seconds.

  1. Replies
    18
    Views
    2,767

    http://pw1.netcom.com/~tjensen/ptr/pointers.htm ...

    http://pw1.netcom.com/~tjensen/ptr/pointers.htm

    That was given to me when i asked for a guide on pointers. I have to admit, it helped me understand them a bit better. I hope it helps.
  2. Replies
    10
    Views
    3,880

    Ok i've gone through that guide, it was pretty...

    Ok i've gone through that guide, it was pretty good, although some of it was a bit over my head so far.

    I see it would be easier to use pointers to put the file into dictionary, but while...
  3. Replies
    10
    Views
    3,880

    Argh sorry. The working 'dictionary' is hardcoded...

    Argh sorry. The working 'dictionary' is hardcoded in the way i put in. The one i'm using where i'm getting undone, is literally as you have said (with MAX_WORD and MAX_LETTER) as defines instead.
    ...
  4. Replies
    10
    Views
    3,880

    Hi, for testing, the dictionary is something like...

    Hi, for testing, the dictionary is something like


    char *Dictionary[] = {"etc", "etc", "etc"};

    Urgh. That's true about y. That explains why before the program crashes, i get a display of...
  5. Replies
    10
    Views
    3,880

    Ah so fgets into the word buffer, then scan over...

    Ah so fgets into the word buffer, then scan over the word buffer to put it into the dictionary?

    I think the code above with my sscanf is wrong anyway. I need to go from file to wordbuffer, then...
  6. Replies
    10
    Views
    3,880

    I'm checking a few sites about sscanf (amazing...

    I'm checking a few sites about sscanf (amazing how many sites have the same text on them), but i'm not sure i've got this fully.

    It analyses the string for values, and then puts the values into...
  7. Replies
    10
    Views
    3,880

    Dictionary into a 2d Char Array... Problems.

    Hi, i'm new, a uni student in the UK looking for some help on a uni assignment.
    I have had the work marked off with a provisional grade for if it functions correctly, but we've now got the weekend...
Results 1 to 7 of 7