Question: C++ program Create a database system that can be run from the command line and with a GUI. Your database system must have the ability
C++ program
Create a database system that can be run from the command line and with a GUI. Your database system must have the ability to: Create tables Query tables using SQL-like commands Insert data into tables using SQL-like commands Delete data from tables using SQL-like commands Update data in tables using SQL-like commands Read and write binary data Your software must have: Unit tests maintained in an area separate from the main code Documentation of all classes, methods, and functions using software like Doxygen At least one abstract class with at least two subclasses UML diagrams for all classes, showing relationships You must maintain (from the beginning) clear notes as to program purpose, changelog, feature set, future feature set. It is vitally important that you keep documents and notes for this project. I strongly suggest you create a cloud-based folder system to hold your work
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
