V
Vergassivellaunus
Guest
I have a .txt file like this:
-23.5 56.2 3.4
3.6 -23.5 -2
. . .
I want to read each data in an array dimensioned as single, to get:
x(0)=-23.5, x(1)=56.2 ...............
In VB6 was easy, but i do not know the best way to do this in visual studio.
Continue reading...
-23.5 56.2 3.4
3.6 -23.5 -2
. . .
I want to read each data in an array dimensioned as single, to get:
x(0)=-23.5, x(1)=56.2 ...............
In VB6 was easy, but i do not know the best way to do this in visual studio.
Continue reading...