Search:

Type: Posts; User: cas

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    2,908

    That is precisely correct. The problem is that a...

    That is precisely correct. The problem is that a header file is simply pasted into another file whenever it is #included. The compiler (or preprocessor) is not smart enough to recognize that a file...
  2. Replies
    3
    Views
    2,908

    When you're adding to a list that already exists...

    When you're adding to a list that already exists (i.e. head is not NULL), you're overwriting the current tail with the new information rather than writing the new information to tail->next. All...
Results 1 to 2 of 2