Hi. im using borland c++ 5.02 and im working on my first program in this language and am having difficulties. heres what i have so far.
------------------------------------------------------------------------------- // my first program in C++
#include <iostream>
using namespace std;
int main ()
{
cout << "Hello World!";
return 0;
}
-------------------------------------------------------------------------------
The error message is [noname00.cpp(4,16):Namespace name expected]
could someone please help me! i know its a really simple fix.