Passing a bool variable as a parameter to a function expecting a BOOL parameter in Visual Studio 2019

前端 未结 0 1001
庸人自扰
庸人自扰 2020-12-11 17:18

Take this sample code:

void CChristianLifeMinistryDiscussionsDlg::SetControlStates()
{
    if (m_pEntry == nullptr)
        return;

    bool bClass1 = false,         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题