Z
zhjwjan
Unregistered / Unconfirmed
GUEST, unregistred user!
procedure a;
var
chars: array [0..5] of char;
begin
strpcopy(chars, '12345678');
end;
执行完上述过程后会出现”access violation“的错误。我对这个错误的原因不能解析得很
好,哪位可以帮忙解析下?
var
chars: array [0..5] of char;
begin
strpcopy(chars, '12345678');
end;
执行完上述过程后会出现”access violation“的错误。我对这个错误的原因不能解析得很
好,哪位可以帮忙解析下?