Array of pointers to strings

Jun 22, 2016 at 9:04am
How to create an array of pointers to strings representing days of the week provide functions to sort strings in alphabetical order.

Jun 22, 2016 at 11:54am
What?

"create an array of pointers" -- seems easy.
"provide functions to sort strings" -- in itself is understandable.

Together in one sentence they make no sense.


Do you want to sort an array of pointers based on the pointed to values?
Topic archived. No new replies allowed.