Hi,

I'm trying to write a generic linked-list without the use of classes and
objects.

I need to be able to create generic pointer like this:

Type
  generic PGList<T> = ^specialize TGList<T>;
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to