Skip to content

sonal-jk/cpp-practise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpp-practise

This repository contains a project name "LIBRARY MANAGEMENT SYSTEM".

It is made with help of MySQL and programming language C++. It uses the concept of Database Management System and concept of OOP like classes and member functions.

First create a databse with name of your choice and create these tables with following attributes inside them:-

TABLE BOOKS

books

TABLE SUPPLIERS

SUPPLIERS

TABLE PURCHASES

PURCHASES

TABLE EMPLOYEE

EMPLOYEE

TABLE MEMBERS

MEMBERS

TABLE SALES

SALES

After creating all these tables, perform connectivity between your c++ code and your database using mysql.h header file and it's methods.

You are all set to use this code as to your liking.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages