Hi programmers,
I need to read from a text file like:
60.35171 70.94328 81.36008 89.12619
-64.83599-109.01840-139.22970-157.61670
-200.86020-217.46710-230.26000-242.12800
10.05124 61.83500 108.95660 151.30990
113.88240 86.09840 60.00135 43.50320
All floats should go in an array A(i,j).
when there are spaces between each float np, but how does it work without spaces? Any ideas?
I need to read from a text file like:
60.35171 70.94328 81.36008 89.12619
-64.83599-109.01840-139.22970-157.61670
-200.86020-217.46710-230.26000-242.12800
10.05124 61.83500 108.95660 151.30990
113.88240 86.09840 60.00135 43.50320
All floats should go in an array A(i,j).
when there are spaces between each float np, but how does it work without spaces? Any ideas?