Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
15.797 Beiträge
 
#1

Generic linked lists redux

  Alt 1. Aug 2011, 00:00
Do generics and typed pointers mix? Certainly, so long as you use a nested type: type TOuterType = class public type PInnerType = ^TInnerType; TInnerType = record Value: T; end; end; OK, so the New/Dispose bug still holds, but that’s only a minor irritant. ...

More...
  Mit Zitat antworten Zitat