0% found this document useful (0 votes)
7 views2 pages

Simple Database Management System

Uploaded by

sohaibmehmood771
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views2 pages

Simple Database Management System

Uploaded by

sohaibmehmood771
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

1.

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:

 Arrays to store records


 Pointers for record manipulation
 Functions to handle different database operations

2. Virtual File System

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:

 Arrays to represent the file system structure


 Pointers to manage file data
 Functions to implement file operations

3. Music Playlist Manager

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:

 Arrays to store playlist data


 Pointers for managing song information
 Functions for playlist operations

4. Bank Account Management System

 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:

Adding new books


Issuing books to users

Returning books

Searching for books by title or author

Listing overdue books

Key Concepts:

arrays must be used.

pointers must be used.

functions must be used.

Structs or classes for book and user details

File handling for transactions and book data

Functions for different library operations

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.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy