
27 Apr
2005
27 Apr
'05
1:22 p.m.
David Abrahams wrote:
You can do some nice things with C++ interfaces:
entry_point hello(some_lib, "greet"); hello(world);
What would that call to 'hello' do and how would you protect your application against ABI incompatibilities without heavy machinery ?
If you're enumerating things, you can present STL iterators. Stuff like that makes it C++-related.
Well, you can use C++ to enumerate symbols, but the symbols aren't (yet) related to C++, or are they ? Regards, Stefan