开发者

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

I just wondered if comments are included in binaries开发者_JS百科, or does the compiler know to remove them?


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜