Simple Student Data Handler This is a simple C++ program which stores and fetch student information from a text file Some Screenshots 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