Intel C++ Compiler For Windows 7.1 Full Version for PC Logo
Anonymous Posted on May 03, 2010

Source code for book store management system in c++

  • Anonymous May 03, 2010

    Thankssssssssss

×

2 Answers

Anonymous

Level 1:

An expert who has achieved level 1.

New Friend:

An expert that has 1 follower.

Corporal:

An expert that has over 10 points.

Mayor:

An expert whose answer got voted for 2 times.

  • Contributor 1 Answer
  • Posted on Jul 27, 2010
Anonymous
Contributor
Level 1:

An expert who has achieved level 1.

New Friend:

An expert that has 1 follower.

Corporal:

An expert that has over 10 points.

Mayor:

An expert whose answer got voted for 2 times.

Joined: Jul 27, 2010
Answers
1
Questions
0
Helped
1970
Points
11

Book Shop Management System
Introduction
BookMart is a book shop selling all varieties of books. It needs a console based application to manage its customer and business data.
Registration
Customers need to register before making any purchase. The registration system has the facility for the users to create their own user name and password. They can use the same for further communication with the system.

The user id and password should be stored in a file named “login.txt”.

The application should display the main menu as shown below

1. Login
2. New User Registration
0. Exit

Option 1: Login

If the user enters the option as 1, the user should be prompted to enter user id and password.

If the user has entered a valid user id and password, the message “Login Successful” should be displayed and the below menu options should be displayed.

1. View Books
2. Purchase
3. Back to Main Menu

If the user id and password does not match, then the message “Login Failed” should be displayed and the main menu should be displayed again.

Option 2: New User Registration

If the user enters the option as 2, the user should be prompted to enter a new user id and password. If that user id is not present in the “login.txt” file, the new details should be written to the file and the message “User Successfully Registered” should be printed else the message “Duplicate User ID” should be printed.

Option 0: Exit

If the user enters 0, the application should exit.
View Books
The book details should be maintained in a file named “book_master.txt”. The data should be stored as shown below.

Book ID ISBN Name Price Publisher

Sample Data

678 81-3434-343-3 Oliver Twist 500 PlaymorePublishers

When the user enters the option as 1, all the book details should be displayed on the screen with proper headings. For example, the output should be shown as below.

Book ID ISBN Name Price Publisher
678 81-3434-343-3 Oliver Twist 500 PlaymorePublishers
890 81-2456-343-4 The Tempest 800 Williams'sPublishers
Purchase
Users can purchase after valid registration with the system by providing the book id.

The number of available books is maintained in a file called “stock.txt”. This file will have the book id and quantity on stock. As purchases are made, the total count should be reduced in stock.txt. Stock.txt will have data as shown below.

678 50
890 70

Purchase details should be written to another file named “purchase.txt”. This file will have the details as follows.

Book ID Name User ID User Name Price

For example,

678 Oliver Twist 11 Shubha 500
Back to Main Menu
If the user enters 3, then the main menu should be displayed.

  • imranulhasan Oct 08, 2010

    like it

  • Anonymous Mar 02, 2011

    thanq u very much
    it is helpful for me for me very much!!!!!!
    can u do term paper on this topic please !!!!!!!!!!!!1

×

Anonymous

Level 1:

An expert who has achieved level 1.

Corporal:

An expert that has over 10 points.

Mayor:

An expert whose answer got voted for 2 times.

  • Contributor 2 Answers
  • Posted on May 03, 2010
Anonymous
Contributor
Level 1:

An expert who has achieved level 1.

Corporal:

An expert that has over 10 points.

Mayor:

An expert whose answer got voted for 2 times.

Joined: May 03, 2010
Answers
2
Questions
0
Helped
2209
Points
14

Dont worry i will mail you !!!

×

Ad

2 Related Answers

Anonymous

  • 123 Answers
  • Posted on Apr 25, 2009

SOURCE: BOOK SHOP MANAGEMENT SYSTEM IN C++

http://www.planet-source-code.com/vb/scripts/BrowseCategoryOrSearchResults.asp?lngWId=3&txtCriteria=book+shop&blnWorldDropDownUsed=TRUE&txtMaxNumberOfEntriesPerPage=10&blnResetAllVariables=TRUE&optSort=Alphabetical

Ad

Anonymous

  • 1 Answer
  • Posted on Nov 01, 2010

SOURCE: SYNOPSIS AND SOURCE CODE ON

Synopsis for project BOOKSHOP in C++

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

Related Questions:

0helpful
2answers

Can you give me all the source code that i may use in doing my library system.?please

You can download your code from

http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=73030&lngWId=1
1helpful
1answer

How to code the DSM645 M5

this is not simple or easy. go to user tools.go to system settings. go to address book management. add new user. add code. allow which options to be used. hit ok to store.
1helpful
2answers

I want source code for canteen management system in C++ or VB.

The Canteen Management System is owned by Exultsoft Technologies Pvt.Ltd. www.exultsoft.com

I suggest you contact them directly regarding their source code.
2helpful
2answers

I want source code of vb.net of medical store managment

I strongly suggest this website:
http://www.codeproject.com/
full of free codes about .NET and DB, you can get all your answers easily there
Not finding what you are looking for?

1,980 views

Ask a Question

Usually answered in minutes!

Top Intel Computers & Internet Experts

Brad Brown

Level 3 Expert

19187 Answers

Grand Canyon Tech
Grand Canyon Tech

Level 3 Expert

3867 Answers

SmartAviator
SmartAviator

Level 3 Expert

1124 Answers

Are you an Intel Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...