Forum: Software Development Job Offers Jun 4th, 2008 |
| Replies: 11 Views: 1,644 I've tested this version more thoroughly. In the event other people need a Matrice multiplying method I believe this will work. Here is the entire code.
#include <iostream>
#include <cstdlib>... |
Forum: Software Development Job Offers Jun 4th, 2008 |
| Replies: 11 Views: 1,644 No problem, but apparantly I may need to make a soft-edit to the value-allocating process. The logic may be somewhat right but after encountering some issues outside of the method (generating my own... |
Forum: Software Development Job Offers Jun 4th, 2008 |
| Replies: 11 Views: 1,644 To be honest I was working on this problem in the previous thread because I like to challenge myself with tasks like this.
I'm not even looking forward to getting paid. I probably wont ever meet... |
Forum: Software Development Job Offers Jun 3rd, 2008 |
| Replies: 11 Views: 1,644 Your teacher wants you to implement code that is capable of solving Matrix-by-Matrix multiplication.
I haven't debugged this but it may work--
/*
# You can multiply two matrices if, and... |