Help with manipulating arrays (also reading from file)

Hi!

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?

Thanks,
Charles
Why do you need a 2D array? Also, please be more specific about your problem.
Topic archived. No new replies allowed.