Forum: Java Nov 3rd, 2008 |
| Replies: 1 Views: 5,465 Whoo O_O! Pretty fun XD
I can't seem to win! Right when I think I will, I end up landing on a mine XD
=) |
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... |
Forum: C++ Jun 1st, 2008 |
| Replies: 2 Views: 3,884 In times like this I'd either write pseudo-code or a process of how I want the code to work.
such as...
//The maximum amount of stars printed is the argument the user/programmer decides... |