question about Compiler Directives
question about Compiler Directives
- Subject: question about Compiler Directives
- From: "Ted Wood" <email@hidden>
- Date: Sun, 21 Apr 2002 01:22:25 -0700
Hey folks,
I'm just teaching myself Obj-C. At one point in the manual it states that
"Objective-C compiler directives always start with @" and then later on it
talks about the #include and #import directives, but they start with a hash
(#). Is that because Obj-C is based on C, but adds object-oriented
functionality which requires additional directives?
Was #import available in classic C? If it was added as part of Obj-C, then I
would expect it to be written @import. Please help me clear this up.
Thanks,
Ted
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.