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?