.. _`Appendix A`: ########## Appendix A ########## .. Nothing particularly untoward here But the thought occurs that maybe we should offer ``README.rst`` as well as a MarkDown version... **************** Online Resources **************** Examples Source Code ==================== All the ISO C++ examples presented throughout the Tutorial are available with the commercial version of OpenSplice and also online at https://github.com/ADLINK-IST/dds-tutorial-cpp-ex. The ``README.md`` provides all the information necessary to install and run the examples. Getting a DDS Implementation ============================ Commercial versions of our widely used OpenSplice DDS are available with additional tooling and support many different APIs can be found at http://zettascale.tech. We also recommend our latest open source DDS implementation, Cyclone DDS, that supports the latest ISO C++ API. It is freely available at https://github.com/eclipse-cyclonedds. C++11 Considerations ==================== Although some of the examples in this Tutorial take advantage of C++11, the new C++ API can also be used with C++03 compilers. That said, if you have the opportunity to use a C++11 compiler, then there are some additional aspects of the language that can be enabled.