Where in the code should I look to write/read Table column meta data as an CArray itself? I'm finally in the position where I to need to create long and wide HDF5 append-able tables. Would love to see ...
Most methods that resize a CArray object or add elements to it use memcpy_s to move elements. This is a problem because memcpy_s is not compatible with any objects that require the constructor to be ...