I am working on the \'driver\' part of my programing assignment and i keep getting this absurd error:
error C2065: \'cout\' : undeclared identifier
Include the std library by inserting the following line at the top of your code:
using namespace std;