Wednesday, January 21, 2009

Error C2065: 'endl' : undeclared identifier

  • To avoid this error we should use the following statement:

using namespace std;

No comments: