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