Recently, I have just started programming in C++. I have gotten a Dev-C++ compiler, but there's a problem. Whenever I type in the following code, it won't run. Although I know you have to compile it first, the thing is I can't. It always confronts me by saying that the first line isn't correct.
Here's the code:
include iostream.h
int main ()
{
cout<<"Welcome to C+";
return 0:
}
Thanks for helping. Leave me additional feedback if possible!