Problem with sorting objects in vector (STL)The function sortingFunction is not correct defined. Correctly: [code] bool sortingFunction(con...
Problem with sorting objects in vector (STL)> sort(v.begin(), v.end()-1, sortingFunction)? This sorts all elements without last one. I want t...
Problem with sorting objects in vector (STL)> Try removing the star on that line and see if it works. It does not help. I need to have an vec...
Problem with sorting objects in vector (STL)I have debugged this code. The error is in the line 54. sort(v.begin(), v.end(),sortingFunction). In...
Problem with sorting objects in vector (STL)The error is default windows error: "There appeared error with Test.exe application and it will be s...
This user does not accept Private Messages