I'm vary new to C++, and i didnt want to spend any money on books untill i knew i was going to stick with it. so the tutorials on this web site are great. i'm not vary far though.

but i have a problem runing the tutorial programs. i'm using Dev-C++. and i havnt even been able to get the first example to run, i've tried them all.

heres the first one.

Code:
#include <iostream.h> 
int main() 
{
  cout<<"HEY, you, I'm alive!  Oh, and Hello World!"; 
  return 0;    
}
thats extramly simple, and i understand how it works and all, but for the life of me, i can't get Dev-C++ to run it.

i hit the compile button, and what i compile it as doesnt work.

i hit the run button, and it wont run.

can someone tell me how to get this to work. how am i suposed to know if i'm understanding the lessons if i can't mess around with what i've learned.