gpt4 book ai didi

c++ - C++ 类中使用的默认值

转载 作者:行者123 更新时间:2023-11-30 02:37:21 25 4
gpt4 key购买 nike

<分区>

我一直在阅读一段代码,我对代码中的一行感到困惑:以下是部分代码:

class mom_set
{
public:
int nm;
int *mom_ind,*mode_off,*mode_count,**mode;
int n_mom,n_eff;
int order;
.......
.....
mom_set(int nm0=9):nm(nm0)
{ mom_ind=new int[(nm*2+1)*(nm*2+1)*(nm*2+1)];
mode_off=new int[3*nm*nm+1];
mode=new int*[3*nm*nm+1];
mode_count=new int[3*nm*nm+1];
clear();}
......
.....
};

我不确定如何解释这一行 "mom_set(int nm0=9):nm(nm0)"。你能解释一下吗?

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