Sagnik-Dey / StudentDataHandler

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:C++ 100.0%