Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
以下を使用する場合のxcodeで:
friend:(NSString*)friend
友人は赤色です。(id) は赤色です。友人は予約語か何かですか?
それは大丈夫です、それを赤く表示するのはエディタだけですか?
よろしく
XCodeは、CおよびC++のエディターでもあります。C++ではfriendは有効なキーワードです。
Objective-Cプロジェクト内にC++クラスを含めることができることは言及する価値があります。