Project01
|
Add the following functions and corresponding test functions to the program in NOB_List06.cpp:
bool deleteAtPos(int a[], int &n, int p); int deleteDupes(int a[], int &n); For each function, include the following: § a detailed description § two examples § detailed algorithm § properly indented function § properly indented test function § properly labeled output generated from ten test cases
Submit the following: § Printed source code of the working program (to get any credit the program has to work) § Printed output § Self-evaluation table § Source code and the executable code on a diskette
|