I can’t seem to find an answer to this question by Googling. Can I assume that the Objective-C preprocessor works exactly identically to the C preprocessor, and that anything I read about the C preprocessor applies exactly the same way in an Objective C environment? Or are there subtle differences?
Share
There are some subtle differences:
#importtriggers a warning if you’re not using ObjC.@"string"syntax.__objc__).It’s still
cppeither way, though — it’s just operating in a different mode.