重複の可能性:
*&の意味は何ですか
- どういう
* &pSth
意味ですか? - これは
pointer
aref
ですか? - なぜ/いつそれが必要なのですか?
- コード -
ClassName::GetSth(TypeName* &pSth)
{
//some code
}
重複の可能性:
*&の意味は何ですか
* &pSth
意味ですか?pointer
aref
ですか?- コード -
ClassName::GetSth(TypeName* &pSth)
{
//some code
}