Skip to content

A simple C++ console application for managing student records.

Notifications You must be signed in to change notification settings

basia1111/simple-cpp-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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:

    git clone https://github.com/basia1111/simple-cpp-parser.git
    cd simple-cpp-parser
    
  2. Compile the program:

    g++ -o student_registry main.cpp
    
  3. Run the program:

    ./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.

About

A simple C++ console application for managing student records.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages