Namespace name expected !
YeaH,
well i've just installed C++ Builder professional .. got a little tutorial that says:
#include <iostream>
using namespace std;
int ()
{
cout << "YeaH\n";
}
But when i compile it i get an error saying "Namespace name expected"
i thought this coding might be wrong so i checked another similiar program .. but it's all the same ..
Any Idea why ?
Thanks.
|