no match for call to '(std::istream) (std::string&)'Thanks, yep sorted now!
no match for call to '(std::istream) (std::string&)'This is part of a calculator program, whenever I try to compile it I get the following error message...
no match for 'operater==' in 'std::cin == "(letter)"Thanks, it's so obvious now you mention it! The program works fine now. Thanks again.
no match for 'operater==' in 'std::cin == "(letter)"I'm very new to C++ (2 days), and I'm trying to write a simple calculater program. But each time ...