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);
}
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 3 of 3
Thread: vector atThreaded View
|
Click Here to Expand Forum to Full Width |