This is the code i have been working on. #include <iostream.h>
using namespace std;
int main()
{
cout << "hi there!" << end1;
return 0;
}but it keeps coming up with this error
Error TEST.CPP 2: Declaration syntax error
Error TEST.CPP 5: Undefined symbol 'end1'Can somebody help me out here? i'm using Turbo c++ Ide compiler
It is small latter L ( l ) not one ( 1 ). type endl, not end1.
.....................................
_Adnan_
using namespace std; turbo doesn't know of namespaces as I recall; remove / comment out that line to clean up the other error.
| « help C# errors | playing wmplayer using te... » |