Thread: help creating the program cannot understand at all

  1. #1
    Registered User
    Join Date
    Dec 2011
    Posts
    1

    help creating the program cannot understand at all

    · Design and implement a basic record keeping system for a class
    · The program should store all records in a single file
    · The user should be able to:
    o Add a student(name,student number)
    o Edit student or student number
    o Add the results of each exam (assume 3 exam result to store)
    o Edit exam results
    o Search for a student
    o Seerach for a student by student number
    o List all students in the system
    Calculate the lowest, average and highest grade in the class for each of the 3 exam results.

  2. #2
    Registered User
    Join Date
    Sep 2006
    Posts
    8,868
    ° You need to get it started, somehow. Post whatever you can do of your code, using code tags around the code, and tell us:

    1) What you are getting for compiler errors
    2) What else is critical to your specific questions.

    Note that "It won't work", doesn't work well for us. Don't put this off, because it will take longer than you expect, I expect.

    And welcome to the forum, moe84!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Help me understand this program
    By DCICJay in forum C Programming
    Replies: 2
    Last Post: 06-06-2011, 08:52 PM
  2. don't understand an array in function program
    By ashlee in forum C Programming
    Replies: 3
    Last Post: 12-01-2010, 10:55 PM
  3. program that i couldn't understand
    By elton_fan in forum C Programming
    Replies: 9
    Last Post: 03-24-2007, 03:18 PM
  4. Can someone help me understand this example program
    By Guti14 in forum C Programming
    Replies: 6
    Last Post: 09-06-2004, 12:19 PM
  5. I'm a newbie and I can't understand the errors in my program
    By iluvmyafboys in forum C++ Programming
    Replies: 19
    Last Post: 02-20-2002, 10:40 AM