I am developing a neural network in C++ (prior experience in Matlab) and I am having trouble getting started with my arrays. I need to read in a 2d array where all positions will be updated on a regular basis and put back into the file to be read by multiple instances of a class. I feel pretty sheepish because I did some research, but still couldn't find the best way to do this. Could someone please help?