Thread: Need HELP with this simple C++ program

  1. #1
    Registered User
    Join Date
    Nov 2001
    Posts
    2

    Need HELP with this simple C++ program

    hi!! i'm a beginner of C++ which from malaysia. I saw what you all help those beginner to solve thier problem. My college had sent us a simple C++ assignment....... and i'm not strong in C++, so i need your help.
    can you contact me through icq:18222232 ?
    or my MSN messenger:[email protected] ?

    this is the question......


    /*
    C++ Assignment
    You are required to come up with a Student Grading System (SGS), written entirely in C++. The SGS will have the following features.

    1. Allows student registration (name and Identity number at the least)
    2. Students can register for either Computer Science (CS) or business in Information Technology (Bit)
    3. The Cs module has the following subjects: C++, Visual Basic, Java, DBMS and saldi.
    4. the Bit module has the following subjects: Businees Organization and etc:
    5. The SGS is capable of recording the marks (0 to 100) for each individual student for each subject (as listed above), at any time.
    6. The SGS is also capable of producing the following reports:

    1. Number of students who acrhieved an overall pass (average of 75 and above)
    2. ETC:

    7. The SGS is also capable of automatically storing all keyed-in information upon exit( termination of program) and automatically reloading the information upon the startup.
    8. For simplicity sake, the SGS should be able to handle at least 50 students.

    */
    thanks for advance

  2. #2
    Unregistered
    Guest

    Angry

    We're certainly not going to write the whole program by yourself. Tell us what you've done thusfar, what ideas you have and so forth.

  3. #3
    Unregistered
    Guest

    Red face

    Oop, I meant to say that "We're certainly not going to write the whole program for you"

  4. #4
    Registered User
    Join Date
    Nov 2001
    Posts
    2

    help

    i think i dunno how to do it automatic save and automatic load.,
    if possible..... i really need the whole program definition

  5. #5
    Registered User
    Join Date
    Oct 2001
    Posts
    6

    Mhh..

    You can use Copy & Paste to give us some insight in your work so far.. that should be no problem, the "Program Definition" is right there in your Assignment, you just have to read it carefully..

  6. #6
    Registered User
    Join Date
    Nov 2001
    Posts
    1

    Exclamation NEED HELP CREATING A TIC TAC TOE GAME IN A CLASS WITH TWO PLAYERS

    HI,

    I NEED HELP USING A CLASS IN CREATING A TIC TAC TOE GAME.

    IT WILL PERTAIN TWO PLAYERS. IT NEEDS TO TELL THE PLAYERS WHEN HE IS UP. ALSO IF THEY WIN OR LOSE. IT ALSO NEED TO KNOW NOT TO OVERIDE THE X OR THE O. IT NEEDS TO DO SMART MOVES..

    I NEED TO USE A CLASS.


    THANK YOU SO MUCH..

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Help with a very simple program
    By htdefiant in forum C++ Programming
    Replies: 13
    Last Post: 08-14-2007, 01:27 PM
  2. Using variables in system()
    By Afro in forum C Programming
    Replies: 8
    Last Post: 07-03-2007, 12:27 PM
  3. [Help] Simple Array/Pointer Program
    By sandwater in forum C Programming
    Replies: 3
    Last Post: 03-30-2007, 02:42 PM
  4. simple silly program
    By verbity in forum C Programming
    Replies: 5
    Last Post: 12-19-2006, 06:06 PM
  5. fopen();
    By GanglyLamb in forum C Programming
    Replies: 8
    Last Post: 11-03-2002, 12:39 PM