else if(take = apples).
cin.ignore(numeric_limits<streamsize>::max(), '\n');std::system("PAUSE");. |
|
| Does your ASCII art really need to use the bathroom that much? |
std::cout originally in there and std::cin.ignore as well, but I took those out to reduce clutter and I guess I overlooked the #include .
| I was enjoying this up until post 9. Now I'm confused. (I see no namespace error in the code. Am I just missing something really obvious?) |
|
|
std::left is part of <ios>, so maybe you would need to include that to have failure?std::left and the variable int left right now though.
|
|
6420 |
using namespace std; my global int left would conflict with std::left.