Melbourne Meeting – April 2005

April 2005

Recursion and Linked Lists – Roger Connell

Early Pascal texts dealt extensively with managing dynamically allocated data via linked lists and with recursion in procedures. With Delphi the dynamic data tends to be allocated as objects and these objects are typically managed in containers such as TObjectList.… Continue reading ›