could you please help me?
i need to write a program, no dynamic allocation, using classes and arrays to multiply only 3x3 matrices only

I'm assuming this is for a course (if it is not, use a library (VNL, Eigen, etc)). It if is, I'd imagine you need a Matrix class and overload the * operator for it. Internally you could store an array[9] or an array[3][3].

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.