Thread: vector problem
View Single Post
  #1  
Old 10-04-2010, 02:46 PM
C++ C++ is offline
Senior Member
 
Join Date: Jun 2009
Posts: 18,248
Default vector problem

i have made a program with a vector that is a instance of a class student with three variables. i have stored the information and calculated the class average. what I want to do is get the person with the highest test score and output "this student has the highest score with". This is where im lost...
__________________
C++
domain name forum
Reply With Quote