主题:好复杂的指针
idnum,basepos:integer;
inbuf:array of byte;
basepos:=16;
idnum:=PInteger(@inbuf[basepos])^;这一行是什么意思,谁能解释一下,谢谢
inbuf:array of byte;
basepos:=16;
idnum:=PInteger(@inbuf[basepos])^;这一行是什么意思,谁能解释一下,谢谢
沙发
您尚未登录,请登录后再回复。点此登录或注册