Z
zhbruce
Unregistered / Unconfirmed
GUEST, unregistred user!
在C++builder中
程序中有一句是如此:
Memo1->Lines[1]="aa";//想在Memo1中第一行打入aa;
编译出错。提示如下:
[C++ Error] Unit1.cpp(20): E2285 Could not find a match for 'TStrings:perator =(char *)'
谢谢帮忙!
程序中有一句是如此:
Memo1->Lines[1]="aa";//想在Memo1中第一行打入aa;
编译出错。提示如下:
[C++ Error] Unit1.cpp(20): E2285 Could not find a match for 'TStrings:perator =(char *)'
谢谢帮忙!