Hello I need help to complete bubble sort in array for customers telephone names.
This is what I have done, I need help to cout it Before_Name and After_Name when I runs the code
This is my code here:
This makes no sense to me. I imagine x is supposed to be an array of Customers, so why is the "string" there? Also, *x[] is a pointer to an array, not a pointer/array. Just Customer *x should be fine, I think.