Posts by állife licio lacerda • 23 points
2 posts
-
0
votes1
answer58
viewsQ: How to sort an array using three attributes?
Come on... I have a class Student, which contains the attributes name, idCurst and situation. I also have a vector that stores several objects of the Student type. I also have a method sort() that…
-
0
votes1
answer51
viewsQ: How to sort an array using two attributes?
Come on... I have a class Student, which contains the attributes name, idCurst and situation. I also have a vector that stores several objects of the Student type. I also have a method ordain() that…