Skip to content

This program was created to manage student objects through a list. When the program is terminated, the data on the list is saved in an external file.

Notifications You must be signed in to change notification settings

Chemin7/Student-List-with-file-managment

Repository files navigation

Student-List-with-file-managment 📁

Description

This program was created to manage student objects through a list. When the program is terminated, the data on the list is saved in an external file. If you run again the program, when the list is initialized, the data on the external file is loaded into the list.

I use c++ because is one of the easiest programming languages to manage files.

Features

The principal methods of the list are

  • Add
  • Delete
  • Load
  • Search

About

This program was created to manage student objects through a list. When the program is terminated, the data on the list is saved in an external file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages