Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 910 Bytes

tutorial_cpp.rst

File metadata and controls

26 lines (20 loc) · 910 Bytes

C++ Tutorial

This short tutorial provides C++ examples that demonstrate the Conduit's Core API. Conduit's unit tests (src/tests/{library_name}/) also provide a rich set of examples for Conduit's Core API and additional libraries. Ascent's Tutorial also provides a brief intro to Conduit basics with C++ and Python examples.

tutorial_cpp_basics tutorial_cpp_numeric tutorial_cpp_parse tutorial_cpp_ownership tutorial_cpp_update tutorial_cpp_move_and_swap tutorial_cpp_utils tutorial_cpp_errors