Einzelnen Beitrag anzeigen

Dax
(Gast)

n/a Beiträge
 
#3

Re: Integer lesen, wie in C

  Alt 29. Mai 2005, 19:13
In Delphi ginge das zum Bleistift so
Delphi-Quellcode:
type
  TByteFromInt = record
    case Byte of
      0: (Int: Integer);
      1: (Bytes: array[1..4] of Byte);
  end;
  Mit Zitat antworten Zitat