Name: 2009-03-14 9:45
entry-level here, forced to work in Delphi 5 (i know)
so i have got a working program that uses records that use pointers to point to the next record each
and i've got a program that uses classes
would it be SENSEFULL trying to replace the records from the first program with a class that does the exact same thing, which is storing a single dataset (e.g. a name) and pointing to the next instance of the class to create a linear database?
so i have got a working program that uses records that use pointers to point to the next record each
and i've got a program that uses classes
would it be SENSEFULL trying to replace the records from the first program with a class that does the exact same thing, which is storing a single dataset (e.g. a name) and pointing to the next instance of the class to create a linear database?