<iostream.h> is an old non-standard header that some old compilers support. It puts everything in the global namespace instead of the std namespace like <iostream> does.
<iostream> is the correct one. If the compiler doesn't have it you should consider getting a more up to date compiler.