instantiated

  1. A

    C++ newbie question: classes and objects instantiated from them?

    Hi everyone: I am a newbie with what is probably a simple C++ question. I have created a class to make matrices/grids. I have also created functions to calculate values for the matrices. Right now, the functions are inside the matrix creation class. But I would like to move them so that the...
Back
Top