how to use vector.at
i try this and doesn't work
mt arr has 100000 objects

void CTestDlg::OnButton1()
{
CString s;
s.Format("\n%d", arr.at(49999).Xdeg);
AfxMessageBox(s);
}