nagonzalezf / student-attendance-recorder

Simple C script that records student attendance in a class and saves it to a .txt. Special for programming teachers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NAGF Student Attendance Recorder

Simple C script that allows the user to record student attendance for a class.

It prompts the user to enter the current date, and then asks if each student is present or absent. It stores the attendance information in a file called "attendance.txt", and appends the new attendance data to the end of the file.

Main window sample

Main window sample

The repository includes:

  • Source code of the software in C language.
  • Screenshots of the software running on Windows 10.

About

Simple C script that records student attendance in a class and saves it to a .txt. Special for programming teachers.

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%