I am working on the \'driver\' part of my programing assignment and i keep getting this absurd error:
error C2065: \'cout\' : undeclared identifier
I have seen that if you use
#include
then you will get the problem.
If you use
(notice - without the .h)
then you will not get the problem you mentioned.