P
pascal
Unregistered / Unconfirmed
GUEST, unregistred user!
Delphi 有Class Function
在C++里怎么写?
如
delphi:
type
TLgForm = class(TForm)
public
class function Login(User,Pswd : string) : boolean ;
end;
请帮忙翻译为C++,谢啦!
在C++里怎么写?
如
delphi:
type
TLgForm = class(TForm)
public
class function Login(User,Pswd : string) : boolean ;
end;
请帮忙翻译为C++,谢啦!