I have list with pointers to a class object. I want to sort them by the first data member of the class. I use list::sort and my function for comparison.
I think I have put down everything correctly ,though I got error.
error C3867: 'CArrange_PointsDlg::CompareVPoints': function call missing argument list; use '&CArrange_PointsDlg::CompareVPoints' to create a pointer to member