Thread: Ahhhhhhh!
View Single Post
Old 01-16-2005, 10:16 PM   #10 (permalink)
Maani
Registered User
 
Join Date: Jan 2005
Posts: 10
Maani is on a distinguished road
Question 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.
Maani is offline   Reply With Quote