runtime evaluation
hoya
sighoya at gmail.com
Sat Dec 14 06:07:07 PST 2013
On Saturday, 14 December 2013 at 13:45:00 UTC, Jacob Carlborg
wrote:
> You can instantiate classes at runtime using Object.factory.
> You can also loaded classes using dynamic libraries, just as in
> C or C++.
Yes, but loading a dynamic lib (shared) in C/C++ is at compile
type, if I remembering right. But is there a way in D like
dlopen() in C, which can be used at runtime?
More information about the Digitalmars-d
mailing list