Posts by Felipe Augusto • 1 point
1 post
-
0
votes1
answer220
viewsQ: Copy one string to the other in C++
I am doing a school activity where I have a list of book titles. Each title stored in a string field of a structure. I need to sort this list alphabetically through the quicksort where I should also…