About 50 results
Open links in new tab
  1. Why Are You Still Here? A Curious Question - Physics Forums

    Nov 25, 2025 · I would be sad to see @phyti go. Disagreeing - even strongly - should not result in withdrawal from the community. He has lots of contributions, and sparked lively debate. Good for …

  2. Horizontal component of the electric field of an infinite uniformly ...

    Feb 11, 2026 · I received a warning message about "Unacceptable references or topics." I'm new to this site. Does this mean I have to delete the reference I provided, or all the posts? It's a very traditional …

  3. First Time Here! • Physics Forums

    Aug 3, 2022 · Hello this is my first time here, I was looking for an alternative to reddit as It was much too politically motivated and aggressively left-leaning which was extremely distracting and off-putting in …

  4. What could be causing my program to hang on cin.getline() in C

    Nov 13, 2020 · I have no idea why the program got hung on cin.getline() in my program. cin >> works just find. Here is the program. It is the really scaled down version of my long program. I just deleted …

  5. Reading a string from file until whitespace c++ - Physics Forums

    Sep 10, 2011 · This discussion focuses on reading strings from a file in C++ until whitespace is encountered, appending specific symbols to the strings, and storing them in a buffer. The user is …

  6. 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 …

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

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

  9. How to search just the first two characters in a c-string?

    Nov 6, 2020 · The discussion revolves around searching for the first one or two characters in C-style strings (c-strings) within a vector of structures. Participants explore methods for comparing these …

  10. C++ Opening a txt file using argc and argv • Physics Forums

    Mar 17, 2019 · The discussion focuses on a C++ program that calculates the minimum distance between a reference point and multiple points read from a text file. The issue arises when the …