Re: Function definitions
Re: Function definitions
- Subject: Re: Function definitions
- From: Alan Hart <email@hidden>
- Date: Sun, 9 Apr 2006 01:34:35 +0100
On 9 Apr 2006, at 00:25, Ondra Cada wrote:
Alan,
On 9.4.2006, at 1:00, Alan Hart wrote:
If the .h file didn't exist you'd have to build the whole of your
application in one file, or #include the whole of that .c file in
every other .c file that wants to call sum(), and then every file
in your project would get recompiled any time you changed one line
in sum(). And you'd get tied up in knots working out which file
was #including which.
Quite the contrary. See please my answer to Robert.
Wonderful! So why do I get compiler errors every time I miss a
#include or #import?
Alan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden