Library inheritance

David Nadlinger via Digitalmars-d digitalmars-d at puremagic.com
Wed Nov 5 15:26:16 PST 2014


On Wednesday, 5 November 2014 at 23:04:00 UTC, Felix wrote:
> On Tuesday, 4 November 2014 at 15:27:33 UTC, Adam D. Ruppe 
> wrote:
>> A library may provide header files for this, or you can just 
>> use the source code itself to import and inherit from.
>
> Okay, but that would mean to have the source available.

You can still use a version of the source code without any of the 
function bodies (usually ending in .di). Same as in C++, more or 
less.

David


More information about the Digitalmars-d mailing list