About 50 results
Open links in new tab
  1. Separate Digits in C++: How to Place Spaces Between Numbers for …

    Feb 9, 2006 · This discussion focuses on methods to separate digits of a number in C++ for clearer output. Users are advised to first convert the number to a string using methods like sprintf or string …

  2. Why Is Quantum Mechanics So Difficult? - Physics Forums

    Aug 24, 2016 · There is a complete disconnect between our "existing" understanding of the universe based on classical understanding, and QM.

  3. 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.

  4. Create Devanagari ASCII Art: C++, JS, Nepali • Physics Forums

    Jun 13, 2023 · Study best practices for namespace management in C++ Developers interested in text processing, ASCII art generation, and those working with Nepali language representation in …

  5. Finding the Amplitude of a spring (Simple Harmonic Motion)

    Dec 9, 2008 · This discussion focuses on calculating the amplitude of a spring in simple harmonic motion (SHM) using a massless spring with a spring constant of 19 N/m and a mass of 0.20 kg. The …

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

    Mar 8, 2017 · The discussion focuses on transitioning from C and Tcl/Tk to Visual C#, emphasizing the importance of understanding the object-oriented programming (OOP) paradigm. Key points include …

  7. Mathematical notation: 2.00 E + 00 and 1.00 E + 01 - Physics Forums

    Apr 28, 2009 · The discussion clarifies the representation of numbers in scientific notation, specifically focusing on the format "2.00 E + 00" and "1.00 E + 01". It establishes that "2.00 E + 00" translates to …

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

    Mar 30, 2023 · The discussion centers on understanding how the "min" and "hour" member variables in a C++ class are assigned values during object instantiation and method calls. The class "Time" …

  9. COMSOL Student Copy: Free Academic License • Physics Forums

    Apr 2, 2015 · Hello, The discussion revolves around the COMSOL Student Copy, which provides a free academic license for students. Participants emphasize the importance of adhering to forum rules, …

  10. 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...