<iostream> vs <iostream.h>

Hello!
Please, what are practical differences bewtween <iostream> and <iostream.h>, important for beginners?
Many thanks!
Simply, <iostream.h> was used in a old standard and you should not use it in modern programs. <iostream> is the correct way.
http://programmers.stackexchange.com/a/127026

<iostream.h> was pre-standard.
Hello!
Right that is the topic!!!

Firstly, are codepad and ideone supporting both ?
Many thanks!
<iostream.h> is not supported by any modern compilers.
Topic archived. No new replies allowed.