I have a 2d array matrix defined as double** map. The size is num_columns * num_rows.
How can I use fstream to copy the data to a binary file? can it be done at once?
I have a 2d array matrix defined as double** map. The size is num_columns * num_rows.
How can I use fstream to copy the data to a binary file? can it be done at once?