|
|
|
|
|
by holy_city
2541 days ago
|
|
I know it's a meme to say "C is not C++" but in this context C is really not C++. Calling into C through FFI is significantly easier than calling into C++. Very few languages have decent FFI with C++, while many have great support for C. |
|
What would this mean for C++, if not an `extern C` interface?