Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
maxxxxx
8y ago
0 comments
Share
Definitely agree about the ABI. In C# it's a pleasure to write libraries for others and use other libraries whereas in C++ it's almost always a pain.
0 comments
default
newest
oldest
gpderetta
8y ago
Standard ABI only makes sense if you are targeting a single system (.NET for C#). That's not the case for C++.
snarfy
8y ago
It would definitely making interop between C# and C++ much easier. It would make interop between C++ and any language much easier. The only way to do it today is to extern "C" everything. It's ugly.
gpderetta
8y ago
How would exactly an library compiled for 32 bit big endian POWER interoperate with a program written for 64 bit little endian ARM?
1 more reply
j
/
k
navigate · click thread line to collapse