Hi PF! Given a .csv file with the first row a name (string) and successive rows doubles, how can I read and manipulate this data in C++? Typically I just...
Hi, I need to use floor function to write a program in Pascal, does pascal have it as a procedure/function in its library? My compiler is Turbo Pascal for windows version 1.5, so it might be outdated. Somewhere on the internet I read that if I write 'uses math;' then I could use math...
I'm using C# to write some code for a manufacturing test of an embedded system device. It will access several instruments that are making measurements on the device, including some National Instruments MIO channels and a Tektronix power analyzer. I'm most familiar with C and Tck/Tk, and am...
Fortran Error "Unexpected data declaration statement" Hi all, I'm writing a program to perform a linear inversion on a set of magnetic data. I'm fairly new...