/** @page LearnBasics Learning the Basics Navigate back: \ref index "Main" / \ref GettingStarted
\section secIntro Introduction The following topics cover the basic features in HDF5. The topics build on each other and are intended to be completed in order. Some sections use files created in earlier sections. The examples used can also be found on the \ref LBExamples page and in the HDF5 source code (C, C++, Fortran). \section Topics Topics \li @subpage LBFileOrg \li @subpage LBAPI \li @subpage LBProg \li @subpage LBFileCreate \li @subpage LBDsetCreate \li @subpage LBDsetRW \li @subpage LBAttrCreate \li @subpage LBGrpCreate \li @subpage LBGrpCreateNames \li @subpage LBGrpDset \li @subpage LBDsetSubRW \li @subpage LBDatatypes \li @subpage LBPropsList \li @subpage LBDsetLayout \li @subpage LBExtDset \li @subpage LBComDset \li @subpage LBContents \li @subpage LBQuiz \li @subpage LBQuizAnswers \li @subpage LBCompiling \li @subpage LBTraining
Navigate back: \ref index "Main" / \ref GettingStarted @page LBExamples Examples from Learning the Basics Navigate back: \ref index "Main" / \ref GettingStarted / \ref LearnBasics
\section secLBExamples These examples are used in the \ref LearnBasics topic. See \ref LBCompiling for details on compiling them. PLEASE NOTE that the example programs are listed in the order they are expected to be run. Some example programs use files created in earlier examples. \section secLBExamplesSrc HDF5 Source Code Examples These examples (C, C++, Fortran) are provided in the HDF5 source code and (Unix) binaries.
Feature Examples Comments
Create a file C Fortran C++ Java Python
Create a dataset C Fortran C++ Java Python
Read and write to a dataset C Fortran C++ Java Python
Create an attribute C Fortran C++ Java Python
Create a group C Fortran C++ Java Python
Create groups in a file using absolute and relative paths C Fortran C++ Java Python
Create datasets in a group C Fortran C++ Java Python
Create a file and dataset and select/read a subset from the dataset C Fortran C++ Java Python Also see examples to Write by row (and column) below.
Create an extendible (unlimited dimension) dataset C Fortran C++ Java Python Also see examples to Extend by row (and column) below
Create a chunked and compressed dataset C Fortran C++ Java Python
*See HDF5Mathematica for user-contributed HDF5 Mathematica Wrappers and Introductory Tutorial Examples. The examples use P/Invoke. \section secLBExamplesAddl Additional Examples These examples make minor changes to the tutorial examples.
Feature Examples
Write by row C Fortran
Write by column C Fortran
Extend by row C Fortran
Extend by column C Fortran

Navigate back: \ref index "Main" / \ref GettingStarted / \ref LearnBasics */