C (104/304)

From:Allan Odgaard
Date:13 Aug 2000 at 10:56:56
Subject:Re: memory allocation fcns

On 12-Aug-00, Alexander Niven-Jenkins wrote:

>> If you use C++ then new & delete are much better. They can be
>> overloaded on a pr. class basis, and you can also add new arguments
>> to the operators.
> Do you have some examples of what you do here? [...]

Exactly what do you want? Overloading, overloading for single classes
only, overloading with extra arguments or just tips on how to improve
memory behaviour (allocation and/or freeing speed, minimising wasted
bytes and/or fragmentation)?

Regards Allan