Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/basia1111/simple-cpp-parser
A simple C++ console application for managing student records.
https://github.com/basia1111/simple-cpp-parser
data-management file-handling student-records
Last synced: about 2 months ago
JSON representation
A simple C++ console application for managing student records.
- Host: GitHub
- URL: https://github.com/basia1111/simple-cpp-parser
- Owner: basia1111
- Created: 2023-10-01T19:24:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-02T18:17:38.000Z (over 1 year ago)
- Last Synced: 2024-01-26T02:11:58.776Z (12 months ago)
- Topics: data-management, file-handling, student-records
- Language: C++
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Student Registry Program
## Overview
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.## Features
- 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.## Getting Started
To get started with the Student Registry Program, follow these steps:
1. Clone the repository to your local machine:
```bash
git clone https://github.com/basia1111/simple-cpp-parser.git
cd simple-cpp-parser2. Compile the program:
```bash
g++ -o student_registry main.cpp3. Run the program:
```bash
./student_registry## Usage
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.