/** @page LearnBasics Learning the Basics Navigate back: \ref index "Main" / \ref GettingStarted
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 |
Feature | Examples |
---|---|
Write by row | C Fortran |
Write by column | C Fortran |
Extend by row | C Fortran |
Extend by column | C Fortran |