Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 501 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 501 Bytes

Simple Student Data Handler

This is a simple C++ program which stores and fetch student information from a text file

Some Screenshots

Screenshot of Application

Languages used

C++

How to use

  • Intsall C++ compiler of mingw
  • Set the path in environment variables
  • Clone the repository
  • Run the programm by -
cd src
g++ main.cpp -o main.exe
.\main.exe