.. # Copyright (c) Lawrence Livermore National Security, LLC and other Conduit .. # Project developers. See top-level LICENSE AND COPYRIGHT files for dates and .. # other details. No copyright assignment is required to contribute to Conduit. ====================== 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. .. toctree:: 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 tutorial_cpp_debugger