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.
重複の可能性: Objective-C の括弧内のアスタリスク… どういう意味ですか?
次のコードに関するリソースまたは詳細な説明を誰かが見つけることができますか
-(void) add:(Cal *)c;
私はobj-cに非常に慣れていません.そのコードでアスタリスクは何を意味しますか?
ありがとう。
これは、メソッドの引数が「Cal」オブジェクトのインスタンスへのポインターであることを意味します。