
Index Terms
Gem #103: code archetypes for real-time programming -- part 5
Recommendations
Gem #59: generating Ada bindings for C headers
One of the delicate areas of Ada that is often unfamiliar to developers is how to intermix Ada code with other programming languages. While Ada provides very powerful and complete capabilities to interface with other compiled languages such as C, C++, ...
Gem #61: interfacing with C++ constructors
In the previous Gem about generating bindings from C++ headers, we mentioned, without going into details, how to interface with C++ constructors in Ada using the CPP_Constructor pragma.
In this Gem we present some common uses of C++ constructors in ...
Gem #62: C++ constructors and Ada 2005
In the previous Gem, we explored how to interface and make simple use of C++ constructors on the Ada side.
In this Gem, we detail more advanced constructs related to Ada 2005 and C++ constructors.






Comments