Programming Tutorials

Comment on Tutorial - Using cout in C++ By Baski



Comment Added by : Anonymous

Comment Added at : 2009-08-30 07:59:10

Comment on Tutorial : Using cout in C++ By Baski
It would be nice to add the line,

using namespace std;

to your example. Tried gnu compiler which inforces the namespace requirement.


View Tutorial