necpp icon indicating copy to clipboard operation
necpp copied to clipboard

NEC2++ is a C++ rewrite of the Numerical Electromagnetics Code (NEC-2) with many new features like automatic error detection when you specify the structure incorrectly and much faster execution. Nec2+...

Results 43 necpp issues
Sort by recently updated
recently updated
newest added

The program's help message previously was like this: ``` usage: nec2++ [-i] [-o] -g: print maximum gain to stdout. -b: Perform NEC++ Benchmark. -s: print results to standard output. -c:...

I seem to have found a bug; whether it's in nec2++ or my head is still a question. I'm running the following version: nec2++ 1.7.4 [2025-07-09] compiler: 13.3.0 on Linux...

I am attempting to translate the program to C++ for Xcode. Am thinking it should be relatively simple because it is a console program and there is no need to...