Vectors
Sep 24, 2012 at 12:57am
done
Last edited on Sep 24, 2012 at 4:41am
Sep 24, 2012 at 1:26am
for(int x = 0; x <= subjectCodes.size(); x++ )
is out of bounds.
Sep 24, 2012 at 2:49am
I know that but I don't get how to fix that problem :/
Sep 24, 2012 at 3:32am
It's a pretty simple fix. Change the control expression of the loop(s) so that you don't use an out of bound index.
Topic archived. No new replies allowed.