I'm pretty new to coding and I'm not entirely sure how to do this. I have a .txt file filled with hex values. I need to load these values and store them in a C style array, with each value being separated with a comma. The array must be one dimensional, so if it were to be printed to command line, all the values would be on the same line. I've seen examples with two dimensional arrays and using ifstream, but I can't seem to get my head around putting the values into a 1D array.
The .txt file I'm using can be found here: https://drive.google.com/open?id=1dhNf00jookFqxnBwFhuL9VGpAjvRV2Pm
Thanks for any help.