Search:

Type: Posts; User: NickDesigner

Search: Search took 0.00 seconds.

  1. Replies
    15
    Views
    7,012

    Wow I didn't realize there were such advanced...

    Wow I didn't realize there were such advanced options for compiler warnings. Thanks you for the article, I will dive into this right away.

    Another quick question about simple programming logic:
    ...
  2. Replies
    15
    Views
    7,012

    That would be great - I'm using Xcode 3.

    That would be great - I'm using Xcode 3.
  3. Replies
    15
    Views
    7,012

    The C Programming Language Answers To Exercises...

    The C Programming Language Answers To Exercises
  4. Replies
    15
    Views
    7,012

    Thank you so much! It was in fact that missing i...

    Thank you so much! It was in fact that missing i = 0; in copy() that was the problem. I'm running on a Mac so control-D is the EOF command. Now that I made that fix it works, but the funny thing...
  5. Replies
    15
    Views
    7,012

    Here is the code: #include ...

    Here is the code:




    #include <stdio.h>
    #define MAXLINE 1000

    int getline(char line[], int maxline);
    void copy(char to[], char from[]);
  6. Replies
    15
    Views
    7,012

    Character Arrays - 1.9 in K&R. need help

    Hi everyone,

    I'm stuck on section 1.9 in the K&R book.

    My main problem is that I copied the code from the book verbatim and it's not printing the string for me. I'm not getting any errors...
Results 1 to 6 of 6