Good morning. I would like to ask for help on our
FINALS PROJECT. Our professors told us that he have
given us everything we need but we don't have any
idea.
The requirements are :
A.Adding of Records.
-User should be allowed to enter a maximum of 15
record.
-However, user should be asked if he/she wants to
add a new record after entering one record.
B.Viewing of records.
(2 options:
A.View All Records.
B.View individually. )
C.SEARCHING
-BY ID NUMBER.
D.Editing Records
-viewing of individual records.
-user can edit records except for the ID number.
E.Deleting Of record
-viewing of individual records.
-user should be asked if he/she wants to delete a
record.
He also told us to use
*25 minimum of struct data
*Functions
*Branching/Conditional
*loops
Anyone can help me??
I only know how to add records......

Recommended Answers

All 2 Replies

Our professors told us that he have
given us everything we need but we don't have any
idea.

Why not ask your professors what it is they haven't told you to solve your assignment?

Since this is a final project, I tend to agree with your teachers. You should have all of the building blocks available at this point to complete the project, they just need to be put together. Perhaps if you asked a more specific question rather than just posting your assignment, someone can shed light on how to get you started.

User should be allowed to enter a maximum of 15 record.

Translation: Use an array of records.

25 minimum of struct data

25 what? This is too vague, and can only be answered by your teachers.

Functions

Okay.

Branching/Conditional
loops

You'd have a somewhat hard time not using either of these in any non-trivial program. ;)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.