Hello people I need help with my c++ assignment

Discussion in 'C++' started by modyutd, Feb 15, 2010.

  1. modyutd

    modyutd New Member

    Joined:
    Feb 15, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    I really need help & i wish someone could help me :freak:

    I am required to design an Advisory System which models the academic advisor and advisee system used in any university. An advisor lecturer may have one or more advisees (students). An advisee can have only one advisor. The advisory system must be able to perform the following functions:
    1.List all advisors and advisees
    •2.Search advisor or advisee by name or ID
    •3.List the details of a selected advisee or advisor
    4.For a selected advisee, his/her advisor must be shown
    5. For a selected advisor, all his/her advisees must be shown
    5.Create, modify, and remove advisor or advisee’s particulars
    6**Note that changing advisor should change the advisee at the same time, and vice versa.:lipsrseal
    7**Removing advisor from the system should set all relevant advisees’ advisor to blank/null.


    i hope anyone could help me plzZz ....:cryin:
     
  2. xpi0t0s

    xpi0t0s Mentor

    Joined:
    Aug 6, 2004
    Messages:
    3,009
    Likes Received:
    203
    Trophy Points:
    63
    Occupation:
    Senior Support Engineer
    Location:
    England
    How far have you got and where are you stuck?
    Have you sorted out your data model yet (doesn't matter if you need to change it later)?
    Are you trying to write the whole lot in one go or are you being sensible and doing a bit at a time? So for example you could create a data file in Notepad (or vi) containing some data then start off with a program just to display that data. Then that's part 1 done.
    Do you plan to read the whole file into memory, modify it in memory, then write any changes out to file, or will you update the file as you go? If the latter then you need to decide how you'll handle deletions.

    We won't write this assignment for you but we will help get you unstuck. However it looks like you haven't even started. Is the problem that you don't understand the assignment?
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice