0
Can anyone help me to fix this code
Is about data structures in c++ poo https://code.sololearn.com/crK6FNt40KCP/?ref=app
5 Answers
0
What do you expect the code to do?
0
Is for enter information and then organize it and allow you to search the information
0
What kind of information?
0
Is something simple, I'm a student , like asking to the user , enter names of fruits, banana, apple, etc and then it has to show the data with an alphabetical order and give you the option to find and object in the list
0
I see, I think you should use the sort function on the entered data and to simply your code



