早教吧作业答案频道 -->其他-->
error C2679:binary "+" no operator found which takes a right-hand operand of type "const chavoid CExampleViewView::OnInitialUpdate(){x09CView::OnInitialUpdate();x09// TODO:Add your specialized code here and/or call the base classx09CRect rcClient;
题目详情
error C2679:binary '+' no operator found which takes a right-hand operand of type 'const cha
void CExampleViewView::OnInitialUpdate()
{
\x09CView::OnInitialUpdate();
\x09// TODO:Add your specialized code here and/or call the base class
\x09CRect rcClient;
\x09GetClientRect(rcClient);
\x09if(m_ctrlEdit) delete m_ctrlEdit;
\x09m_ctrlEdit = new CEdit();
\x09m_ctrlEdit ->Create(ES_MULTILINE|WS_CHILD|WS_VISIBLE|WS_HSCROLL|ES_AUTOHSCROLL|WS_VSCROLL|ES_AUTOVSCROLL,rcClient,this,201);
\x09CExampleViewDoc* pDoc = GetDocument();
\x09CString str;
\x09int nLines = (int)pDoc->m_strContent.GetSize();
\x09for(int i=0;im_strContent.GetAt(i);
\x09\x09str = str + "\r\n";
\x09}
\x09m_ctrlEdit->SetTabStops(16);
\x09m_ctrlEdit->SetWindowText(str);
}
void CExampleViewView::OnInitialUpdate()
{
\x09CView::OnInitialUpdate();
\x09// TODO:Add your specialized code here and/or call the base class
\x09CRect rcClient;
\x09GetClientRect(rcClient);
\x09if(m_ctrlEdit) delete m_ctrlEdit;
\x09m_ctrlEdit = new CEdit();
\x09m_ctrlEdit ->Create(ES_MULTILINE|WS_CHILD|WS_VISIBLE|WS_HSCROLL|ES_AUTOHSCROLL|WS_VSCROLL|ES_AUTOVSCROLL,rcClient,this,201);
\x09CExampleViewDoc* pDoc = GetDocument();
\x09CString str;
\x09int nLines = (int)pDoc->m_strContent.GetSize();
\x09for(int i=0;im_strContent.GetAt(i);
\x09\x09str = str + "\r\n";
\x09}
\x09m_ctrlEdit->SetTabStops(16);
\x09m_ctrlEdit->SetWindowText(str);
}
▼优质解答
答案和解析
这一句
str = str + "\r\n";
改成
str = str + _T("\r\n");
应该是由于开启了Unicode.所以CString内部类型实际是wchar_t而不是char,你在操作裸字符串的时候也要加上_T()宏以表示是宽字符集.
str = str + "\r\n";
改成
str = str + _T("\r\n");
应该是由于开启了Unicode.所以CString内部类型实际是wchar_t而不是char,你在操作裸字符串的时候也要加上_T()宏以表示是宽字符集.
看了 error C2679:bi...的网友还看了以下:
This page cannot be displayed due to an internal 2020-05-14 …
Which of the following would you most hate people 2020-05-14 …
error C2679:binary "+" no operator found which ta 2020-05-14 …
If he comes back,please tell him to ___me___.He c 2020-05-16 …
A network administrator receives an error message 2020-05-31 …
A network administrator receives an error message 2020-05-31 …
c++具体在注释中,#includeshortfactor(int,int*,int*);intm 2020-06-23 …
单词air与error的美式发音air和error都是“艾尔”,卷舌有什么区别?是不是翘舌的力度不 2020-07-02 …
求大神做题.将上面的词语填到空格中.and;but;or;were;was;finding;win 2020-07-23 …
errors.add("username",newActionMessage("error.use 2020-07-23 …