Next: Generating Ada Bindings for C and C++ headers, Previous: Calling Conventions, Up: Mixed Language Programming [Contents][Index]
A programmer inexperienced with mixed-language development may find that building an application containing both Ada and C++ code can be a challenge. This section gives a few hints that should make this task easier.
| • Interfacing to C++: | ||
| • Linking a Mixed C++ & Ada Program: | ||
| • A Simple Example: | ||
| • Interfacing with C++ constructors: | ||
| • Interfacing with C++ at the Class Level: | ||