Simple Database Management System
Simple Database Management System
Create a basic DBMS that can store, retrieve, and update records. Implement simple SQL-like
commands (e.g., INSERT, SELECT, UPDATE, DELETE).
Key Concepts:
Create a simple virtual file system that supports file creation, deletion, reading, and writing.
Implement a command-line interface to interact with the file system.
Key Concepts:
Create a music playlist manager that can add, remove, and play songs (simulated with simple
text output). Implement features like shuffling and sorting.
Key Concepts:
Description: Create a system to manage bank accounts including operations like deposit,
withdrawal, and balance inquiry.
Concepts Covered: Arrays (for accounts), pointers (for handling transactions), functions
(for different banking operations).
write a code in c++ and create a system to manage a library's collection of books. Features should
include:
Returning books
Key Concepts:
make sure to write full code and implement each functionality properly.
also make sure to manage proper directories and files. and also the steps on how to run the proejct
using any editor.