
Getting an unclassifiable statement error in Fortran 95
Jun 9, 2013 · SteamKing is still right that using f as both a function and a variable is the problem. The statement: f = f (x) really makes no sense, since you are trying to use the same symbol as a variable …
Separate Digits in C++: How to Place Spaces Between Numbers for …
Feb 9, 2006 · The discussion revolves around techniques for formatting the output of a multi-digit number in C++, specifically how to place spaces between each digit for clearer readability. …
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.
A specification statement cannot appear in the executable section ...
Nov 17, 2014 · The problem you are having with your code is that you are defining the subroutine compute in the middle of the main program summation. If you move all of the lines between …
Engineer with a Growing Passion for Physics
Jan 26, 2026 · Hi everyone, I'm glad to join this community. Let me briefly introduce myself. I'm a senior software engineer and project manager based in Seoul, South Korea, with about 10 years of …
Create Devanagari ASCII Art: C++, JS, Nepali • Physics Forums
Jun 13, 2023 · The discussion revolves around creating ASCII art representations of the Devanagari script, specifically for Nepali characters, using programming languages such as C++, JavaScript, or …
Question about the efficiency of using an array or individual variables
Aug 17, 2020 · It's better to use separate using std::xxx statements, rather than bringing in the whole very large std namespace. I gave an example in another thread of what can go wrong.
Problems with #include<complex.h> • Physics Forums
May 19, 2018 · Hi there. I have been trying to implement complex.h library to make some calculations in c++.Anyways I am not sure why mi compiler does not run my code at all. #include #include #include …
Eclipse Error 'Program File Does Not Exist' • Physics Forums
May 28, 2010 · I agree with the "doesn't do what you think it does" part, but if celsius is a multiple of 10, the formula will give the right result. If celsius is not a multiple of 10, the results will be surprising to …
Why Quantum Mechanics Feels Difficult — Mathematical Bridge
Aug 24, 2016 · QM’s formalism Strangely enough, quantum mechanics (QM)’s formalism isn’t any more difficult than other areas of physics. The mathematics of the “standard” QM isn’t any worse than, for …