Menu

#40 record handling

open
nobody
None
5
2003-12-07
2003-12-07
No

type
TLargeInteger = record
case integer of
0 : (Lowpart : DWord ; HighPart : LongInt) ;
1 : (QuadPart : LongLong) ;
end ;

Not sure how to do this because really it's an union,
but this would be too hard to convert this into an
union, plus union in CPP and Pascal works Very
differently so I think this is just impossible.
But at least if we could convert it into a struct then
that would be fine For Doxygen

Discussion


Log in to post a comment.