Tagged Questions

2
votes
7answers
2k views

Can you call C++ functions from Ada?

Can you call C++ functions from Ada? I'm wondering if there is a way to do this directly, without doing the implementation in C and writing a C++ wrapper & and Ada wrapper, e.g. I would like to ...