Quickie Third Assignment Adapt your database program, using the techniques of resizable arrays, so that the main database array and the temporary array used for searches both automatically adjust their own sizes to fit current needs. Do not use any of the built-in C++ STL types, especially don't #include .