Specifying C++ symbols in C++ namespaces

Dicebot public at dicebot.lv
Sat Apr 5 05:58:53 PDT 2014


On Saturday, 5 April 2014 at 12:30:28 UTC, Ola Fosheim Grøstad 
wrote:
> Should the notation help you discern what is C++ and what is D, 
> or do you have to memorize symbols? How much extra notational 
> work is it acceptable to impose on the programmer?

It shouldn't. The fact how entity is exposed via some external 
binary interface should not have any notable impact on D side of 
things (unless you dwell into ABI realm). This is exactly what 
"extern" is for - matching symbols from domain of D terms to some 
external alien domain.


More information about the Digitalmars-d mailing list