About 7 results
Open links in new tab
  1. Parallel Programming on a CPU with AVX-512 - Physics Forums

    Apr 23, 2022 · In this article, I describe a program that uses Intel AVX-512 assembly instructions and includes a comparison of the results from both programs.

  2. How do "min" and "hour" get their values in this C++ code?

    Mar 30, 2023 · 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...

  3. Moving up from C and Tcl/Tk to Visual C# • Physics Forums

    Mar 8, 2017 · Is there a good way to think about the namespace/object/class/method paradigm when transitionig from non OOP C programming to Visual C# programmig? I've...

  4. Getting an unclassifiable statement error in Fortran 95

    Jun 9, 2013 · 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...

  5. C/C++ - Physics Forums

    Feb 9, 2006 · C/C++ Separate Digits in C++: How to Place Spaces Between Numbers for Easier Output

  6. Alternative to #include files when using C# • Physics Forums

    May 22, 2017 · This discussion focuses on alternatives to the #include directive in C# for managing configuration data in a manufacturing test application. The user is transitioning from …

  7. Fortran Error Unexpected data declaration statement

    Mar 4, 2014 · The discussion centers around a Fortran compilation error, specifically "Unexpected data declaration statement," encountered while declaring variable types in a program for linear …