Re: How are stdlib.h and time.h imported?
Re: How are stdlib.h and time.h imported?
- Subject: Re: How are stdlib.h and time.h imported?
- From: Alastair Houghton <email@hidden>
- Date: Tue, 21 Aug 2007 15:17:25 +0100
On 21 Aug 2007, at 08:28, Boris Remizov wrote:
Sorry all. If we speak about C then implicit including is present;
but if you mean C++ code then explicit including used. Its true
both for gcc3 and gcc4.
No, that's not true.
AFAIK the only way you can implicitly include a file (i.e. without a
#include or #import in your code or in anything you #include or
#import) is through the use of prefix headers (Note: *not* pre-
compiled headers... there are compilers out there that support pre-
compiled headers but not prefix headers; prefix headers are usually
pre-compiled, but the reverse does not have to be true).
Kind regards,
Alastair.
--
http://alastairs-place.net
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden