help required: C++ source code to ADD and MULTIPLY matrices using classes, pointers, dynamic arrays, etc.

Hey guys,
I need someone out there to help me with this program. It's kind of urgent.
Basically , I need a code that can input two matrices of a given order according to the user's preference, and then using a switch case:
1.perform addition(if possible)
2.perform multiplication(if possible)
3.perform both(if possible)
provide an output which is formatted in a way which makes it look like a matrix.
There need to be those pointers, classes, and dynamic arrays to create matrices of a given order.

SOMEONE PLEASE HELP ME.
THIS IS URGENT!
Thanks a lot in advance!
This seems like homework. The purpose of homework is learning. You do learn by doing. The task description does mention several language features, so they must have been mentioned on your course by now.

Think, what steps the program has to do. Think, which things that you already know, could do that. Write as much code as you can, and then some.
Topic archived. No new replies allowed.