Hello all, came back to c++ from doing c# for about a year and im having some trouble with my vectors. Perhaps its my mis-understanding of them that is fooling me but as my code shows (hopefully) im trying to display the contents of my vector. it should be myVector[0] = 75, myVector[1] = 74, and on but i keep showing the value as the index number. Debugging shows that im inputting the values correctly but i cannot get it to display properly.