I’m using delphi6, and it lacks the following abilities:
- a library object,
- a list object(looks like TList,TStringList is good enough?)
- a algorithm library(like sort,)
- template library like STL
- dynamic language feature or GC.
- and so on.
how can I find this things?
Try Jedi Code Library. There are good replacements for container classes and sorting algorithms. I don’t think there is GC or STL-like library for Delphi 6.
Delphi 6 is behind the times, check Delphi 2009 or at least Turbo Delphi