+ 3
Make sure you have the #include <iostream> header. Also ensure that you are declaring that cout is from the standard library, by doing one of the following: using namespace std; using std::cout; std::cout <<
31st Aug 2016, 12:50 PM
Cohen Creber
Cohen Creber - avatar