Skip to content

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

License

Notifications You must be signed in to change notification settings

Sagnik-Dey/StudentDataHandler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages