Thema: Delphi CPP -> Delphi

Einzelnen Beitrag anzeigen

Gehstock

Registriert seit: 28. Jan 2006
Ort: Görlitz / Sachsen
489 Beiträge
 
Delphi 2007 Professional
 
#6

AW: CPP -> Delphi

  Alt 7. Mär 2011, 00:38
Danke ihr beiden,
Assarbad hat recht ist ein PAnsiChar
und wie übersetz ich das
Code:
if ( ((a ^ data) & (1L << 29)) != 0 )

Delphi-Quellcode:
var
ll : LongInt;

if not((a Xor data) and (SizeOf(ll) SHL 29)) = 0 then
so in etwa?
Marcel
  Mit Zitat antworten Zitat