okay, im just starting c++(today), can you explain to me how to compile/what im doing wrong here?
Code:
#include <iostream.h>

int main()
{
   cout << "Hello World!\n";
        return 0;
}
and it compiled without errors(i pressed the f7 button) and i found a exe file named cpp1.exe,

when i run it, it looks like a bat file, then closes..without saying anything..

what am i doing wrong? am i even in the right forum?