I am working on sorting a vector. Currently i have a 3d vector created each element consists of a string and 2 other numbers. I was planning on just loading all the strings into a vector, sort them alphabetically , then compare to the 3d to make the 3D vector sorted. Is this the best way or is there an alogorith set in one of the libraries that i could use that takes a 3D vector and let me sort the vecotor alphbetically.
I'm open to any ideas/suggestions