I wrote the code below as part of a school assignment. It sorts an array of object pointers based on the student ID, which is a private int between 100 and 999. But for some reason I get the following error on the getId function when debugging in VS12:I wrote the code below as part of a school assi