class or 2d

  1. R

    C++ newbie needs help splitting template class/2D array example into .h, .cpp,

    and main() files? Hello all: I am a C++ newbie. My goal is to use C++ to solve finite element/ finite difference problems. Contributors cja and Jammy very kindly helped me to understand an example I found of how to create a 2D array. Cja even provided a fix of the example (thanks cja for all...
  2. R

    C++ newbie needs help splitting template class/2D array example into .h, .cpp,

    and main() files? Hello all: I am a C++ newbie. My goal is to use C++ to solve finite element/ finite difference problems. Contributors cja and Jammy very kindly helped me to understand an example I found of how to create a 2D array. Cja even provided a fix of the example (thanks cja for all...
  3. R

    C++ newbie needs help understanding template class/2D array example?

    Hi all: I am a C++ newbie. I would really appreciate some help with understanding an example I found of how to create a 2D array. I know that there are other methods out there, but this is the one I'd like to go with. My goal is to make a 2D grid where the values in the struct Props are at...
Top