为什么CString变量无法赋值?
程序停在:CStringData*GetData()constthrow(){return(reinterpret_cast<CStringData*>(m_pszDat...
程序停在:CStringData* GetData() const throw()
{ return( reinterpret_cast< CStringData* >( m_pszData )-1 );
在自己编写的程序中,中断行是:
int CBaseData::IniCurrentFile(CString CurrentFile)
{
m_CurrentFile = CurrentFile;
//基数据文件列表不为空时,定位当前基数据文件的位置
if ( !vecFileList.empty() )
{
m_iterCurrent = find(vecFileList.begin(),vecFileList.end(),m_CurrentFile);
//Locates the position of the first occurrence of an element in a range that has a specified value
}
else
{
AfxMessageBox(_T("基数据文件列表为空!请首先初始化该列表!"));
}
return 0;
}
函数中的第一行,为什么不能赋值给CString变量m_CurrentFile? 展开
{ return( reinterpret_cast< CStringData* >( m_pszData )-1 );
在自己编写的程序中,中断行是:
int CBaseData::IniCurrentFile(CString CurrentFile)
{
m_CurrentFile = CurrentFile;
//基数据文件列表不为空时,定位当前基数据文件的位置
if ( !vecFileList.empty() )
{
m_iterCurrent = find(vecFileList.begin(),vecFileList.end(),m_CurrentFile);
//Locates the position of the first occurrence of an element in a range that has a specified value
}
else
{
AfxMessageBox(_T("基数据文件列表为空!请首先初始化该列表!"));
}
return 0;
}
函数中的第一行,为什么不能赋值给CString变量m_CurrentFile? 展开
4个回答
大雅新科技有限公司
2024-11-19 广告
2024-11-19 广告
这方面更多更全面的信息其实可以找下大雅新。深圳市大雅新科技有限公司从事KVM延长器,DVI延长器,USB延长器,键盘鼠标延长器,双绞线视频传输器,VGA视频双绞线传输器,VGA延长器,VGA视频延长器,DVI KVM 切换器等,优质供应商,...
点击进入详情页
本回答由大雅新科技有限公司提供
展开全部
m_CurrentFile是怎么定义的
更多追问追答
追问
public 类型的变量:CString m_CurrentFile;
追答
m_CurrentFile = CurrentFile;
你可以在这行后加个测试代码,比如:AfxMessageBox(m_CurrentFile )
可以跟踪变量的内容
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
不能是什么意思?
编译出错还是运行出错?
错误提示是什么?
编译出错还是运行出错?
错误提示是什么?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询