From d3ec3a5189094dfe7607f466633cb7fc731e0ab6 Mon Sep 17 00:00:00 2001 From: Kunal Gupta Date: Thu, 7 Jul 2016 17:14:10 +0530 Subject: [PATCH] Made change in README and added a few comments in main.cpp --- README.md | 6 +++++- main.cpp | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9e4e3b2..793ee60 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # School-Management-Sys -School Management System - First Semester Project +This is a School Management Project I made under Dr. Tanima Dutta as First Semster Project at IITI. + +It serves as a basic School/Class Management System (for a single subject) + + diff --git a/main.cpp b/main.cpp index ef86fcb..f84ae48 100755 --- a/main.cpp +++ b/main.cpp @@ -10,7 +10,7 @@ void gotoxy(int x,int y){ //gotoxy function for UNIX #ifndef unix //If Compilation Environment is not UNIX #define CLS() system("cls") //Windows clearscreen function #include -void gotoxy(int x,int y){ +void gotoxy(int x,int y){ //gotoxy for Windows - it isn't my code y--; static HANDLE h=NULL; if(!h){ @@ -26,7 +26,7 @@ void delay(unsigned int secs){ //Defining delay function for Windows #endif #define FLBSTUD "student.txt" //Macros for storing filenames for ease -#define FLBCLAS "class.txt" +#define FLBCLAS "class.txt" //The files are binary files #define RULE(x) cout<<'\n'; for(int _=0;_<80;_++) cout<