Dynamic Arrays and Hashes has been released with bunch of improvements and fixes.
Most changes are made in Delphi classes, less in C++.
Delphi
Dynamic Arrays and Hashes 1.04 has been released with bunch of improvements and fixes.
Most changes are made in Delphi classes now:
Give it a try and let us know how it goes!
After long time we have released new version of Dynamic Arrays with bunch of improvements and fixes.
Now Delphi and C++ code can be compiled with latest version of dev tools (VS Studio 2022, RAD Delphi 11.3-12.2, Linux GNU compiler).
Changes in Delphi:
DynamicArrays is a powerful set of classes for storing and manipulation arrays of various types.
DynamicArrays are available on Delphi and on C++ programing languages.
Support of all Delphi data types!
In this release added implementation of DynamicArrays for Delphi 4,5,6,7.
Added documentation for C++ (english, russian) and for Delphi (only russian right now). The English documentation is coming soon.
Dynamic Arrays it is a set of classes to store and manipulate collections of data any type (int, double, any custom class and etc.)
Very handy and usable.
Minor changes:
Fixed crash bug in a copy constructor.
Several other bugs were fixed.
See release changelog for details.
Dynamic Arrays it is a set of classes to store and manipulate collections of data any type (int, double, any custom class and etc.)
Very handy and usable.
All classes are protected by tests.
Very fast and functional.
Reallocs of memory are minimized to improve performance.