Click here to Skip to main content
15,887,337 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionsoftware engeenerin Pin
kkchando25-Mar-09 21:32
kkchando25-Mar-09 21:32 
AnswerRe: software engeenerin Pin
Cedric Moonen25-Mar-09 21:37
Cedric Moonen25-Mar-09 21:37 
AnswerRe: software engeenerin Pin
CPallini25-Mar-09 23:24
mveCPallini25-Mar-09 23:24 
AnswerRe: software engeenerin Pin
Michael Schubert25-Mar-09 23:38
Michael Schubert25-Mar-09 23:38 
AnswerRe: software engeenerin Pin
_AnsHUMAN_ 25-Mar-09 23:42
_AnsHUMAN_ 25-Mar-09 23:42 
Questiondata structure Pin
kkchando25-Mar-09 21:30
kkchando25-Mar-09 21:30 
AnswerRe: data structure Pin
Garth J Lancaster25-Mar-09 23:57
professionalGarth J Lancaster25-Mar-09 23:57 
Questionc++ Pin
kkchando25-Mar-09 21:28
kkchando25-Mar-09 21:28 
Assignment

Introduction:
In this course we are going to develop software for “School System” that will computerize all the necessary school processes. This software will facilitate the school management in running and managing the school. We will mainly focus on these aspects,

1. Teacher and Student Record Keeping
2. Student Grading
3. School Library Management

The explanations of these three parts are given below,

1. Teacher and Student Record Keeping
Our software will store record of students and teachers in the school.

a. We will store necessary attributes for students such as,
(name, age, parents name, address, class, roll no …..)
Student class may have extra attributes like borrowed book name or id and student grades as well.
b. We will store necessary attributes for teachers such as,
(name, age, NIC No, address, education, experience, teaching subjects…..)

2. Student Grading
We will store grades of each student for all subjects.
3. School Library Management System
This part will keep track of all books present in the library as well as it will keep record of borrowing and returning of books by students.

Task Description:


This Assignment is starting phase of this system in this assignment you will focus on the tasks given below:

1. You have to identify the main entities (objects) for this system.
2. You will have to find out the necessary attributes and functions that need to be associated with each object to implement the functionality mentioned above. (There will be setter and getter functions corresponding to each attribute and other necessary functions for example there may be a function borrow book in student class that may store name or id of the borrowed book by the student similarly it can have functions to store and show grades of the student).
3. You have to find out the relationships between these objects, for example teacher and student common attributes can be combined in a single base class.
4. You will make a final comprehensive object model showing all objects and their relations along with their attributes and functions.

You have to perform all these four steps give above in your solution file.

Note:
a. Use all concepts you have studied so far like abstraction, encapsulation, inheritance, generalization, specialization, sub-typing and association to students.
b. You need not to worry about data types of attributes at this moment these will be considered in next assignments.


Drawing Final Object Model:

a. You can use any tool for drawing like MS Office or Visio.
b. Or you can use open source tool Argo UML (in that case you have to install java run time environment as well links to download and install both are given on the page)

http://argouml.tigris.org/
You can install Java Runtime Environment directly from,
http://www.java.com/en/download/inc/windows_upgrade_ie.jsp


Important things to consider:

1. As happens in real world that everyone visualize a problem in different way so the solutions of all students should be according to their own thinking not taken from some source.
2. As this is preliminary phase of our system so it is recommended that you identify as much objects and their relationships as you can (some of them may be eliminated in coming assignments).
AnswerRe: c++ Pin
Chandrasekharan P25-Mar-09 21:34
Chandrasekharan P25-Mar-09 21:34 
AnswerRe: c++ Pin
CPallini25-Mar-09 23:22
mveCPallini25-Mar-09 23:22 
QuestionVideo recording and write to .avi file Pin
tns_ranjith25-Mar-09 21:15
tns_ranjith25-Mar-09 21:15 
AnswerRe: Video recording and write to .avi file Pin
«_Superman_»25-Mar-09 21:24
professional«_Superman_»25-Mar-09 21:24 
QuestionWho know meanshift algorithmic used in track? Pin
onlybluemoon25-Mar-09 20:41
onlybluemoon25-Mar-09 20:41 
AnswerRe: Who know meanshift algorithmic used in track? Pin
onlybluemoon26-Mar-09 1:03
onlybluemoon26-Mar-09 1:03 
Questionfread() returning zero Pin
hemlat25-Mar-09 20:14
hemlat25-Mar-09 20:14 
AnswerRe: fread() returning zero Pin
«_Superman_»25-Mar-09 21:18
professional«_Superman_»25-Mar-09 21:18 
QuestionParent class constructor Pin
chotti3500725-Mar-09 20:06
chotti3500725-Mar-09 20:06 
AnswerRe: Parent class constructor Pin
S p k 52125-Mar-09 20:35
S p k 52125-Mar-09 20:35 
AnswerRe: Parent class constructor Pin
«_Superman_»25-Mar-09 21:19
professional«_Superman_»25-Mar-09 21:19 
QuestionC++ Child class access Pin
chotti3500725-Mar-09 19:42
chotti3500725-Mar-09 19:42 
AnswerRe: C++ Child class access Pin
«_Superman_»25-Mar-09 19:49
professional«_Superman_»25-Mar-09 19:49 
GeneralRe: C++ Child class access Pin
chotti3500725-Mar-09 19:53
chotti3500725-Mar-09 19:53 
GeneralRe: C++ Child class access Pin
«_Superman_»25-Mar-09 19:54
professional«_Superman_»25-Mar-09 19:54 
GeneralRe: C++ Child class access Pin
chotti3500725-Mar-09 19:58
chotti3500725-Mar-09 19:58 
GeneralRe: C++ Child class access Pin
Cedric Moonen25-Mar-09 21:20
Cedric Moonen25-Mar-09 21:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.