Search:

Type: Posts; User: turnr

Search: Search took 0.00 seconds.

  1. Replies
    12
    Views
    2,431

    Got 'cha

    Yea, Cocoa has pointers when creating its objects but they are pretty simple. I thot I could use my knowledge on them within the C language, but from this post you can see that C has a little more to...
  2. Replies
    12
    Views
    2,431

    Yes I think I understand now passing by value and...

    Yes I think I understand now passing by value and passing by reference, but only with your example. And in my books it also has a similar example to yours, but because C doesn't have strings and it...
  3. Replies
    12
    Views
    2,431

    NICE!! not to bad for my first program, better...

    NICE!! not to bad for my first program, better than HELLO WORLD lol
  4. Replies
    12
    Views
    2,431

    So I want to modify the variable char...

    So I want to modify the variable


    char md5_digest[33];

    with the function


    int md5_file (const char *file, char *digest);
  5. Replies
    12
    Views
    2,431

    Well I don't understand pointers well enough yet,...

    Well I don't understand pointers well enough yet, I've been coding this for about a week now and I have had a lot of segmentation fault and abort trap responses when run, even though the build was...
  6. Replies
    12
    Views
    2,431

    Guidance needed, is this good programming??

    Ok I'm only new to C language, and I've built a program that takes a file and computes the MD5 checksum for it. It works which is a great sign but thats not what I'm considered about. It's the issue...
Results 1 to 6 of 6