MoLasheen72/Student_DataBase_Mini_Project
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
FOLLOW THESE INSRTRUCTIONS TO RUN THE PROJECT ON YOUR PC USING GIT: >> Run Git on the Folder 1- Right Click > Open Git Bash (OPENS GIT TERMINAL) 2- git init (INISIALIZES GIT) 3- git clone https://github.com/MoLasheen72/Student_DataBase_Mini_Project.git (DOWNLOAD ALL FILES IN THE URL) >> Run The Program 1- Ensure You are in the Right Path > YOU CAN JUST OPEN THE TERMINAL IN THE PATH 2- gcc *.c -o main (Compiles All C files in the Path and Names the .exe File with > (main.c file will appears)) 3- ./main (Runs the Program - YOU ARE ALL SET NOW) =========================================================================================== >> SOME DATA YOU CAN USE: Capacity is 5 Students student_ID = 1, student_year = 2000, course1_ID = 1, course1_grade = 76, course2_ID = 1, course2_grade = 90, course3_ID = 1, course3_grade = 80 student_ID = 2, student_year = 2000, course1_ID = 1, course1_grade = 57, course2_ID = 2, course2_grade = 67, course3_ID = 2, course3_grade = 77 student_ID = 3, student_year = 2000, course1_ID = 1, course1_grade = 32, course2_ID = 3, course2_grade = 56, course3_ID = 3, course3_grade = 50