I looked around quite a bit on how to solve this but i couldn't find a lot .. can anyone help me?
The capitalized variables are constants
case '4':
{
bubbleSort(aList);
string strKey;
cout << " Input: ";
cin >> strKey;
binarySearch(aList, strKey);
int binarySearchResult = binarySearch(aList, strKey);
if (binarySearchResult = iERRORNOTFOUND || binarySearchResult = iERROREMPTY)//Error C2106 "=" Left operand must be l-value
{}
else
{}
}