Hi, please take a look at my program. I am supposed to create a Auction program, but I'm not very familiar with Arguments and I'm having error running my program. Please advice me. Thank you so much
May I request that you use the formatting options, <> button on the right to add the [code]your code here[/code] tags. Without them, and proper indentation the code is very difficult to read.
Hello, after trying, I have managed to solve it :) but I have another problem.
How should I arrange so that i can stop the program when E is entered and not call the function.
1 2 3 4 5 6 7 8 9 10 11
while (toupper(sen)!='E')
{
cout << "\nPlease enter E to exit, other keys to continue: ";
cin >> sen;
cout << "\n";
}
getPrice (i, b);
}//end of int main()