objective-ciphonecomments

Are comments removed by the compiler of Objective C iPhone apps?


I just wondered if comments are included in binaries, or does the compiler know to remove them?


Solution

  • Objective C, just like plain C, uses the preprocessor to do that kind of stuff. The compiler doesn't even see comments.