|
As discussed in the class, add the following one member and two global functions to cArray14.cpp:
void createSummaryCount(int b[], int counts[], int &m); void displaySummaryCount(int b[], int counts[], int m); void testCreateSummaryCount(void);
For each function, include a detailed description, two examples, detailed algorithm, properly indented source code, and the output generated from the test cases. Submit the following: § Printed source code of only the three functions (to get any credit the program has to work) § Source code and executable code on a diskette § Printed output § Self-evaluation table
|