The Student Registry Program is a simple console-based application written in C++ that allows users to manage a registry of student records. It provides the following functionality:
- Adding a new student to the registry.
- Displaying the list of recently added students.
- Displaying the entire list of students.
- Searching for a specific student by name.
- Interactive command-line interface for ease of use.
- Student records are stored in a text file (
rejestr.txt
). - User-friendly menu for selecting different operations.
To get started with the Student Registry Program, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/basia1111/simple-cpp-parser.git cd simple-cpp-parser
-
Compile the program:
g++ -o student_registry main.cpp
-
Run the program:
./student_registry
Select an option from the menu by entering the corresponding number and pressing Enter. Follow the on-screen prompts to add, display, or search for student records.