array type of programming for assignment

hi.. i'm new here..my cousin has this c++ assignment..but he said he doesnt know anything about programming.so he ask me to ask u guys in this forum. he said that its something got to do with using an array..so i'll just post the question ok.

Title
Student Detail Recording System

Description
You are required to develop a system to record details of student. This system should be implemented using structure and array. You are required to develop a structure which contains student details such as Student ID, Student Name, Nationality and Gender.

You are also required to create a system which implements the structure which has the following function:

a) Insert new record
In this function, user will able to insert the detail of the student and insert it into array. The Maximum size of array set to 100. If the maximum size reached, the system should inform the user.

b) Delete record
In the delete record function, user able to delete the record by inserting the student ID, the particular record will be removed from the array.

c) Sort record
In the sorting function, user able to sort the record according by selecting student name or student ID

d) Display record
In this function, user will able to display all record in the array to screen.

thanks in advance
closed account (z05DSL3A)
my cousin has this c++ assignment..but he said he doesnt know anything about programming

Then he best start learning or he will fail his course.

We don't do homework for people, if he has specific questions then that is fine, we will guide him to the answer.
If he doesn't know anything about programming then why is he getting programming assignments? Actually, why isn't he asking the question?
helios: because he wants me to ask it..duh..

grey wolf: isnt the questions specific enough? its suppose to be using array to get the output.i've learn c++ long time ago, but i already forgot almost everything.. and what kind of specific question u want?
"Why doesn't this work?" or "What am I doing wrong?" are both questions we can answer. We will (practically) never answer "please do this for me" reworded in any way.
Last edited on
Oh, you're so obvious...
HURRR DURRR HOW DO I TRICKED PEOPLE INTO DID MY HOMEWORK FOR ME?

As helios said, people can be helped with specific questions, but why should anyone put their time and effort into doing homework which is, by the way, obviously your own.

Why should this mythical cousin want you to ask it, and why would you? By the way, interesting fact I've noticed over the past year or so - whenever someone wants to make something up about someone, it's always an unnamed cousin. I know several people who do this... one of them keeps on trying to convince me he has a cousin who is a "hacker" and is going to "upload a virus to google", and a cousin who is in the Police as a traffic officer and has a sub-machine gun.
Last edited on
Topic archived. No new replies allowed.