早教吧作业答案频道 -->其他-->
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...的网友还看了以下:
which one shows the right place of the sun,the ea 2020-05-13 …
Match the correct definition in the right-hand co 2020-05-14 …
error C2679:binary "+" no operator found which ta 2020-05-14 …
It has more than 60 specialized subject libraries 2020-05-16 …
英语翻译which is the right answer?and why?在新东方的书上,b.新 2020-05-16 …
英语翻译Some of the events for which there areconflic 2020-05-16 …
It is the fifth time in this month that Sophie ha 2020-05-16 …
_________turn off the lights before you leave the 2020-05-16 …
--RIGHT是什么意思?试了试以下三种情况:=IF(OR(--RIGHT(A1+1,1)=4,- 2020-05-16 …
it plays an important role in our life. it plays 2020-05-16 …