char *names[20][2] = {{"Collins", "Bill"},
{"Smith", "Bart"},
{"Allen", "Jim"},
...
};
I have already applied your suggested format before and this was the main reason the program aborted...
I am trying to get this problem to sort this array of names in alphabetical order, first or last name but the program has a problem with memory.
I have no errors or warnings but my program keep being aborted. The error message is this:
The instruction at "0x004053f0" referenced...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.