Hi Programmers,

Please help me, i was wondering on how to create a simple phone book program using struct array to insert a new contact, update an existing contact, delete an existing contact and to display the contact information

Recommended Answers

All 4 Replies

What have you gotten so far?
Is there a specific problem with the code or you haven't started yet?

Your structure will contain per user specific data like name,number,email,address , whatever you want for that matter. And for many users you will use array of this structure

What have you gotten so far?
Is there a specific problem with the code or you haven't started yet?

I haven't written anything so far, I just wanted to see a coding for a simple program like that

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.