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
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
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
Did you search at google for various examples... here's one I found though it's a bit incomplete but has the functions you need
http://stackoverflow.com/questions/7911919/sorting-array-from-typedef-struct-in-c
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.