如何转换unsigned char * 到AnsiString (不好意思就怎么多分了)(30分)

  • 主题发起人 主题发起人 lifepass
  • 开始时间 开始时间
L

lifepass

Unregistered / Unconfirmed
GUEST, unregistred user!
还想请教基类中的动态参量在继承类中如何使用?
例如:
class A{
public:
A(){ t=new T;}
T* t;
};
class B:public A
{
public:
X(){ t->p=xx;///?? 不能这样用???}
}
 
没有人回答,自己回答,通过学习发现strpas可以完成.
 

Similar threads

S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
I
回复
0
查看
724
import
I
后退
顶部