EmbLogic's Blog

Student Database management system, using structures and pointers

==========================================
MENU
==========================================
1. Add Student records
2. Delete students records
3. Update students records
4. View all student records
5. Calculate an average of a selected student’s scores
6. Show student who gets the max total score
7. Show student who gets the min total score
8. Find student by ID
9. Sort records by total scores
Enter your choice:

====================================================================================================

RCS file: 4.c,v
Working file: 4.c
head: 1.10
branch:
locks: strict
utkarsh: 1.10
access list:
symbolic names:
keyword substitution: kv
total revisions: 10; selected revisions: 10
description:
Assignment question 4.
—————————-
revision 1.10 locked by: utkarsh;
date: 2014/07/17 09:25:20; author: utkarsh; state: Exp; lines: +114 -110
Removed the bug, passed the address of struct pointer. So that after reallocation, there is no logical errors.
—————————-
revision 1.9
date: 2014/07/17 08:26:30; author: utkarsh; state: Exp; lines: +132 -90
Sort function is stating some problem, doing some manipulations to sort it out
—————————-
revision 1.8
date: 2014/07/16 23:01:08; author: utkarsh; state: Exp; lines: +28 -21
Completed upto 8 functions with new prototype of scan(int).
—————————-
revision 1.7
date: 2014/07/16 22:09:26; author: utkarsh; state: Exp; lines: +32 -22
Made a new function scan to flush
stdin.
But it is not working that much fine.
—————————-
revision 1.6
date: 2014/07/16 21:18:12; author: utkarsh; state: Exp; lines: +66 -3
Adding some revisions
—————————-
revision 1.5
date: 2014/07/16 20:02:23; author: utkarsh; state: Exp; lines: +73 -6
Completed upto 5 option.
—————————-
revision 1.4
date: 2014/07/16 10:23:38; author: utkarsh; state: Exp; lines: +15 -35
Modified further more. Improved the format.
—————————-
revision 1.3
date: 2014/07/16 10:11:02; author: utkarsh; state: Exp; lines: +1 -1
There was a mistake, that in realloc function, I entered size of new, which was
wrong.
—————————-
revision 1.2
date: 2014/07/16 10:07:20; author: utkarsh; state: Exp; lines: +15 -1
Some revisions
—————————-
revision 1.1
date: 2014/07/16 09:57:31; author: utkarsh; state: Exp;
Initial revision
=============================================================================================

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>