Forum: C Dec 11th, 2007 |
| Replies: 3 Views: 1,019 Thank you, i found that i had to change a few things, notably i had to change my typedef struct to this:
typedef struct pb_s{
char name[50];
char street[50];
char... |
Forum: C Dec 11th, 2007 |
| Replies: 3 Views: 1,019 I have read in a file, and i can print it out successfully, but i must sort the pointer to the array of structures. below is my code. I must sort the phone book in ascending order by zip code. If... |