Ok I am in programming 1 in school and I am going fine, we are only up to loops. I have a intro to computer systems class that is happening at the same time with a teacher that is asking us to use prgogramming we have not learned yet, I have no idea what to do I been trying to figure it out for 4 days my due date is tomorrow she says she does not care if we have not learned far enough in it to do this yet.
here is the problem
Write a C++ program that compare the time required to compute the product of two 10,000 x 10,000 matrices with and without optimization for locality.
Have you gotten the program to run and do the initial multiplication? It can take quite a while so if you don't see something appear in the console right away, that is normal. When I did this exercise in school I think it took 1/2 hour or so to run the first time.