Thread: Assignment Help !! (Student information system)

  1. #1
    Registered User
    Join Date
    Mar 2005
    Posts
    13

    Assignment Help !! (Student information system)

    The objective of this assignment is to develop a student information system to manage the students’ information.


    The student information system should be capable to perform the following tasks:
    •Add a new student to the database,
    •Delete a student from the database,
    •Modify a student’s information in the database,
    •Display all students’ information onto the screen,
    •Save the students’ information into file,
    •Load the students’ information from file, and
    •Exit from the system.


    The system manages the following information of a student:
    •Student’s name,
    •Student’s ID
    •Student’s CGPA

  2. #2
    Registered User
    Join Date
    Aug 2003
    Posts
    1,218
    And the problem is?

    Show us your attempt, ask specific questions, and we will gladly help you.

  3. #3

  4. #4
    email for MystWind avatar MystWind's Avatar
    Join Date
    Feb 2005
    Location
    Holland , The Hague
    Posts
    88
    PLay MystWind beta , within two years

  5. #5
    Banned nickname_changed's Avatar
    Join Date
    Feb 2003
    Location
    Australia
    Posts
    986
    What language/database are you even doing this in?

  6. #6
    Registered User Kybo_Ren's Avatar
    Join Date
    Sep 2004
    Posts
    136
    I have a database class that actually fits those needs right off. So I actually accomplish the objective!

    Wait, you weren't asking me if I could do it?

  7. #7
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    Previous attempts to solicit a free lunch, which turned out to be extra crispy.
    http://cboard.cprogramming.com/showthread.php?t=57656
    http://cboard.cprogramming.com/showthread.php?t=62220
    Like those, this is probably heading for it's own nice padlock.

    When all is said and done, everything has been said and nothing has been done.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. System Information in C++
    By 333 in forum C++ Programming
    Replies: 1
    Last Post: 06-08-2008, 03:04 AM
  2. Database assignment is Killing me!
    By Boltrig in forum C Programming
    Replies: 2
    Last Post: 11-29-2007, 03:56 AM
  3. 3x syntax errors :S, Help a student finalise an assignment
    By Chickenhawk in forum C Programming
    Replies: 14
    Last Post: 07-27-2006, 05:14 AM
  4. Replies: 3
    Last Post: 06-13-2005, 07:28 AM
  5. Creating a student grade book-how?
    By Hopelessly confused in forum C Programming
    Replies: 5
    Last Post: 10-03-2002, 08:43 PM