I\'m currently exploring HDF5. I\'ve read the interesting comments from the thread \"Evaluating HDF5\" and I understand that HDF5 is a solution of choice for storing the dat
What do you mean by identifier ? If you mean an attribute, check this tutorial. In C:
status = H5Aread(attr_id, mem_type_id, buf); status = H5Awrite(attr_id, mem_type_id, buf);