I am trying to send an array that is [2 x N] doubles large to a text file using the fprintf() command. I am having problems in that fprintf() is no
fprintf()
I know that on many systems, \n is not enough to create what you're asking for (and so, maybe you have to do \r\n)