H1 2015 - C++ integration

Guillaume Chatelet via Digitalmars-d digitalmars-d at puremagic.com
Fri Feb 13 07:42:46 PST 2015


On Friday, 13 February 2015 at 14:15:10 UTC, Kagamin wrote:
> On Friday, 13 February 2015 at 14:07:44 UTC, Guillaume Chatelet 
> wrote:
>> I'm not sure I get your point. In C++ classes without vtables 
>> are exactly like structs. Also I don't see any difference 
>> between a struct or a class name mangling on Gnu Linux.
>
> Do you want it to be compatible with Gnu Linux only?
>
>> What did I miss ? Do you have compelling examples ?
>
> AFAIK, MSVC++. There are other C++ compilers too.

Thx, according to wikipedia 
(http://en.wikipedia.org/wiki/Visual_C%2B%2B_name_mangling#Data_Type) 
VisualC++ is indeed encoding struct and class with U anv V.


More information about the Digitalmars-d mailing list