gpt4 book ai didi

c++ - 构造函数?或者是其他东西?

转载 作者:太空宇宙 更新时间:2023-11-04 14:57:31 25 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
What is this weird colon-member syntax in the constructor?

所以当我遇到这个时,我正在浏览 Direct X 10 书中的一些示例

PeaksAndValleys::PeaksAndValleys()
: mNumRows(0), mNumCols(0), mNumVertices(0), mNumFaces(0),
md3dDevice(0), mVB(0), mIB(0)
{
}

我知道这可能应该是一个构造函数……但我从未见过这样的构造函数?有人可以解释吗?特别是为什么在声明之后有一个 : ?

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com