Forum: C++ Mar 12th, 2009 |
| Replies: 3 Views: 536 Thanks - I really appreciate the help! |
Forum: C++ Mar 12th, 2009 |
| Replies: 3 Views: 536 Hello all - I need homework help.
This part of the assignment is to create a struct, called StudentRecord, the first attribute of which needs to be size 20. My implementation of this is at (1).
... |
Forum: C++ Dec 2nd, 2008 |
| Replies: 4 Views: 1,338 What is not clear to me is: does the array have only positive numbers or are you finding the average of only positive numbers?
If the first, then Ancient Dragon has the con
If the second, you'd... |
Forum: C++ Dec 2nd, 2008 |
| Replies: 5 Views: 318 It seems as if the simplest way to affect a solution for your scenario would be to implement any of the available sorts, focusing on array index rather than array content. |