Question: please use c++ Aa PO 1 DA. 21 av AaBbce ABCDE AaBbce Act AaBb anced Normal No Spacing dates, fixes, and improvements, choose Check for




Aa PO 1 DA. 21 av AaBbce ABCDE AaBbce Act AaBb anced Normal No Spacing dates, fixes, and improvements, choose Check for Updates. Purpose A review of classes, objects, separate compilation with makefile, pointers, dynamic memory allocation/deallocation, array, sorting, memory leak, dangling pointers Project description 1. For the provided Node.h and DB.h, create Node.cpp and DB.cpp..where the DB class works as a stack 2. Create main.cpp as a client program of the DB class. Specifically, the following requirements must be met An instance of DB is created in the heap b. The following operations of DB must be explicitly called. Push to insert 5 random two-digit integers into the stack, respectively. Pop to remove 2 integers from the stack in a row 3. The output of your program should be exactly the same as the provided one. a #ifndef DB_H #define DB_H #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
