Global web icon
physicsforums.com
https://www.physicsforums.com/threads/how-do-min-a…
How do "min" and "hour" get their values in this C++ code?
How does "min" and "hour" get their values in this C++ code? Full code here: #include using namespace std;class Time { public: int hour; int min...
Global web icon
physicsforums.com
https://www.physicsforums.com/threads/how-to-impor…
How to import .CSV table in C++ • Physics Forums
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...
Global web icon
physicsforums.com
https://www.physicsforums.com/insights/parallel-pr…
Parallel Programming on a CPU with AVX-512 - Physics Forums
In this article, I describe a program that uses Intel AVX-512 assembly instructions and includes a comparison of the results from both programs.
Global web icon
physicsforums.com
https://www.physicsforums.com/threads/pascal-how-t…
Pascal: How to use floor function in Pascal? - Physics Forums
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...
Global web icon
physicsforums.com
https://www.physicsforums.com/threads/getting-an-u…
Getting an unclassifiable statement error in Fortran 95
Getting an "unclassifiable statement" error in Fortran 95 I am trying to integrate the function x from 0 to 1. Here is my code: [FONT="Courier...
Global web icon
physicsforums.com
https://www.physicsforums.com/threads/alternative-…
Alternative to #include files when using C# • Physics Forums
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...
Global web icon
physicsforums.com
https://www.physicsforums.com/threads/fortran-erro…
Fortran Error Unexpected data declaration statement
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...