Forum: C Sep 8th, 2008 |
| Replies: 4 Views: 484 now my program can be saved, however when i want to delete a contact, it can't be deleted completely, what's wrong?
void delete_from_list (void)
{
ADDRESS *del_ptr; /* Pointer to find... |
Forum: C Sep 8th, 2008 |
| Replies: 4 Views: 484 oh..ok..thank you so much!!now i have no problem with the time and date thingy..but still have another question that is on exiting the program all active records must be stored in a file eg.... |
Forum: C Sep 8th, 2008 |
| Replies: 4 Views: 484 i need to write a program that is acting as a simple personal address book with the record of name,email and phone numbers.
The range of function should have:
searching existing records.
adding... |