M
mazheng
Unregistered / Unconfirmed
GUEST, unregistred user!
如何把下列语句写成C++语句?? 谢谢赐教
//-----------------------------------------------------------------------
PPointerList = ^TPointerList;
TPointerList = array[0..MaxListSize - 1] of Pointer;
TListSortCompare = function (Item1, Item2: Pointer): Integer;
TListNotification = (lnAdded, lnExtracted, lnDeleted);
TListAssignOp = (laCopy, laAnd, laOr, laXor, laSrcUnique, laDestUnique);
//-----------------------------------------------------------------------
PPointerList = ^TPointerList;
TPointerList = array[0..MaxListSize - 1] of Pointer;
TListSortCompare = function (Item1, Item2: Pointer): Integer;
TListNotification = (lnAdded, lnExtracted, lnDeleted);
TListAssignOp = (laCopy, laAnd, laOr, laXor, laSrcUnique, laDestUnique);