Skip to content

JiaxuanCai/Simple-Address-Book-Management-System-Based-on-Cpp-OOP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-Address-Book-Management-System-Based-on-Cpp-OOP

This project was meant to deepen the understanding of Object Oriented Programming and practice the skills of coding in C++.

  • Designed two classses and applied the MVC designing model.
  • The two classes are:
    • Book, to manage the address book
    • People, to manage peoples' information contained in the address book
  • The User Interface is in the form of Command Line.
  • Allow system user to input query conditions in query.txt and search for realated information related to your query condition.

About the text files:

  • Query.txt: Input the query condition
  • Record.txt: Store the search records
  • Result.txt: Output query result

About

A project of Chongqing University course: C++ and object oriented programming

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages