Visiting card management application using C++

This is a open ended project of visiting card management application. 

Visiting card management application is an open ended application developed as a mini project for Object oriented programming in C++. This application handles various visiting cards details into a database. The database is just a text file, hence here the concept of file management in C++ is also used.

Note : If you want to learn how to make Visiting card web app using php, you must head here - Link



It is capable of:

  • Adding a new visiting card.
  • Removing a visiting card.
  • Updating a visiting card.
  • Getting the details of all the visiting card at once.
  • searching for one particular visiting card.

Details of visiting card: (It stores...)
  • ID( Unique ID through which it becomes easier to store,update and search cards into database)
  • Name 
  • Address
  • Contact
  • Occupation of the visiting card holder is managed.
It is a menu driven program and its main menu looks like below.

  1. NEW VISITING CARD: This option provides user an option to add a new visiting card into the database.
    visiting card: add new
  2. ALL CARD HOLDER LIST: This option allows user to see all the cards stored into the database.
    visiting card: all card list
  3. DELETE CARD:This option provides an option to the user to delete a particular visiting card which is already stored in database.
    delete option
    list of cards after deleting record
  4. MODIFY CARD: This option provides an option to user to modify a card which is already there in the database. If the card is not found in the database than , obviously, it cannot be modified.
    modify option
  5. SEARCH DETAIL OF VISITING CARD: This option provides user an option to seaqrch for the details of a particular card using the ID.
    searching option


Possible changes/modifications:

  • There can be many changes or modification in this application. Like: -
  • Storing data using unique IDs
  • Sorting the data on IDs
  • More enhancement in modification option. 
    • for example: if there is only one change in the data than the cards other detail should not be asked to enter again.
  • Enhancement in all card holder list. Just in the output every record must be shown in a nice manner.
Thanks for reading this article , if u want to get the code just download it from : THIS LINK
If there is any query, feel free to ask in comments.
You can also check out our previous post of INCOME TAX CALCULATOR

Comments

  1. C++ is the great programming language I must say but I haven't done it yet. I only know Java, HTML, PHP and C. So please also post the basics of C++. THANK YOU

    ReplyDelete
  2. This is great and excellent post. Thanks For providing this informative post.
    I really like this useful post.
    https://www.bharattaxi.com

    ReplyDelete
  3. Business cards with one and two sides have been preferred by many people and companies. A double-

    sided card won't exactly be twice as

    effective when it comes to promoting your business.
    Sometimes,less is more. Double-sided

    cards have become the norm for arious reasons, but both types have good and bad designs.


    ReplyDelete

Post a Comment

Popular posts from this blog

Windows phone Wifi connectivity problem.

Create Excel file using Java: Apache POI - PART - 2: Line Chart