-
I have some HDF files that were written by
This could presumably be read with something along the lines of |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
I'm not sure about strings, we don't do them very well, so I'm not very optimistic. Maybe @alkino knows? |
Beta Was this translation helpful? Give feedback.
-
There is already this discussion there, and it is not working. |
Beta Was this translation helpful? Give feedback.
-
With #744 merged std::strings and containers thereof, e.g. std::vectorstd::string can be read and written to fixed or variable length HDF5 strings. There's an example here: |
Beta Was this translation helpful? Give feedback.
With #744 merged std::strings and containers thereof, e.g. std::vectorstd::string can be read and written to fixed or variable length HDF5 strings. There's an example here:
https://github.com/BlueBrain/HighFive/blob/master/src/examples/read_write_std_strings.cpp