Tagged Questions
0
votes
1answer
271 views
HDF5: inserting a set of strings in a dataset
I'm currently learning the HDF5 API and I'm trying to insert a set of C++ std::string into a HDF5 dataset (1 column).
In the following snippet, how should I loop over a vector<string> and ...