Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

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

Weird code snippet #2: Generic Double Linked List

  Alt 14. Jul 2011, 14:10
They say Generics and pointers don't mix. type PMyThing = ^TMyThing // [DCC Error] E2508 type parameters not allowed on this type TMyThing = record Thing: T; end;Ok, they don't. But there is a loophole!type TMyThing = record Thing: T; NextThing: ...

More...
  Mit Zitat antworten Zitat