This is a simple C++ program which stores and fetch student information from a text file
C++
- 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
This is a simple C++ program which stores and fetch student information from a text file
C++
cd src
g++ main.cpp -o main.exe
.\main.exe