I'd like to get the maximum of these values, and then locating the address of the result. How do I do this?
I also tried using max_element, but I can't figure out how to do it on structs.Code:max( max(player[0].pts, player[1].pts), max(player[2].pts, player[3].pts));



LinkBack URL
About LinkBacks


